README.md

This commit is contained in:
Daniel Azevedo 2024-10-01 13:44:32 +01:00
parent 0453c36748
commit 58c4726959

23
README.md Normal file
View 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!