core/httpup/Pkgfile
2019-04-06 19:16:59 +02:00

17 lines
452 B
Plaintext

# Maintainer: CRUX System Team, core-ports at crux dot nu
# Description: One way sync over http
# URL: http://jw.tks6.net/files/crux/httpup_manual.html
# Depends on: curl
name=httpup
version=0.5.0
release=1
source=(https://crux.nu/files/$name-$version.tar.xz httpup)
build() {
cd $name-$version
make
make DESTDIR=$PKG prefix=/usr mandir=/usr/share/man install
install -D -m 755 $SRC/httpup $PKG/etc/ports/drivers/httpup
}