README.md
This commit is contained in:
parent
0453c36748
commit
58c4726959
1 changed files with 23 additions and 0 deletions
23
README.md
Normal file
23
README.md
Normal file
|
@ -0,0 +1,23 @@
|
|||
# d77venom
|
||||
|
||||
My own collection of Venom Linux ports.
|
||||
|
||||
Install fakeroot to build like this (inside port directory):
|
||||
|
||||
```
|
||||
fakeroot pkgbuild
|
||||
```
|
||||
|
||||
To install use:
|
||||
|
||||
```
|
||||
sudo pkgbuild -i
|
||||
```
|
||||
|
||||
Alternatively add it to /etc/scratchpkg.repo file like this:
|
||||
|
||||
```
|
||||
/usr/ports/d77venom https://github.com/dani-77/d77venom master
|
||||
```
|
||||
|
||||
Enjoy!
|
Loading…
Reference in a new issue