9 lines
189 B
Text
Executable file
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
|
|
}
|