![](https://secure.gravatar.com/avatar/df8330968b6df8cd1c1942c5fb4b720c.jpg?s=120&d=mm&r=g)
commit 0688c70c758b9f26a6b08509ced0b196401661c9 Author: Tim Biermann <tbier@posteo.de> Date: Mon Dec 13 12:18:21 2021 +0100 httpup: syntax diff --git a/httpup/.signature b/httpup/.signature index 8c230e43..b193bb06 100644 --- a/httpup/.signature +++ b/httpup/.signature @@ -1,6 +1,6 @@ untrusted comment: verify with /etc/ports/core.pub -RWRJc1FUaeVeqmCeJOsVA1EXFOM4k78NRqhtm24He3o6jQFjkTBoRwObFbdiN5bjHQkLm27G/UYJYntX3AQcEAypJjD1mhwAVw8= -SHA256 (Pkgfile) = 1c69223f4d8afbefb5b48d4933ce42156884643af30bdf363ca2f5dc6e157a52 +RWRJc1FUaeVeqs7bsMJcSG5RfZtzLLuvpuOfqYcgso87L7pXv8gQxwWyRJwi2f3vPK9yWEGi+wbWaZeU8wQAQssy1oTUVeIRhgU= +SHA256 (Pkgfile) = 49547d6d3922d0df87d55db4ba5a35c3304efc0f667f5ff5a35c790e9309140d SHA256 (.footprint) = e003004c0d164e3c82b062f16f30167565043c34aa58260fdf8d5771f14e4cc6 SHA256 (httpup-0.5.0.tar.xz) = c61db05e60895a6eb075df6651d20352917945c9e46b20957dbb276b501ca494 SHA256 (httpup) = b95756969ba3fe30a3bdb7addc34fdab26b4ea08ac8fddfd223fd28ac14c9af5 diff --git a/httpup/Pkgfile b/httpup/Pkgfile index 2b1e7e60..15f2684c 100644 --- a/httpup/Pkgfile +++ b/httpup/Pkgfile @@ -1,7 +1,7 @@ -# Maintainer: CRUX System Team, core-ports at crux dot nu +# Maintainer: CRUX System Team, core-ports at crux dot nu # Description: One way sync over http -# URL: https://github.com/winkj/httpup -# Depends on: curl +# URL: https://github.com/winkj/httpup +# Depends on: curl name=httpup version=0.5.0 @@ -9,8 +9,8 @@ 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 + 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 }