eth0s/toolchain/42-httpup

10 lines
189 B
Text
Raw Normal View History

2019-11-03 17:22:17 +08:00
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
}