7 lines
243 B
Bash
Executable File
7 lines
243 B
Bash
Executable File
#!/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')
|