eth0s/toolchain/44-httpup
2019-11-03 17:22:17 +08:00

9 lines
189 B
Text
Executable file

name=httpup
version=0.5.0
source=(https://crux.nu/files/$name-$version.tar.xz)
build() {
cd $name-$version
make
make DESTDIR=$PKG prefix=/tools mandir=/tools/share/man install
}