eth0s/ports/core/httpup/Pkgfile

21 lines
436 B
Text
Raw Normal View History

2019-11-10 23:29:11 +08:00
# Description: One way sync over http
# URL: https://github.com/winkj/httpup
# Maintainer: Emmett1, emmett1 dot 2miligrams at gmail dot com
# 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
# driver
install -Dm755 $SRC/httpup $PKG/etc/ports/drivers/httpup
}