4000th COMMIT: Add a package manager, xbps
Now you don't have to wait painstakingly long for ports to compile!
This commit is contained in:
Executable
+6
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash ../install.sh
|
||||
|
||||
NAME='xbps'
|
||||
VERSION='0.60.7'
|
||||
DOWNLOAD_URL="https://github.com/void-linux/xbps/archive/refs/tags/$VERSION.tar.gz#ec8c2e4d595863b5748c10d9ada1d51ac1da6f910a9d31682acd1a477310c64e"
|
||||
DEPENDENCIES=('libarchive' 'openssl')
|
||||
Reference in New Issue
Block a user