ports/opt (3.6): ncdu: adopted port
commit cccbcc68e8d06e785fea1f1e50d9e6b46e097c92 Author: Tim Biermann <tbier@posteo.de> Date: Sun Jan 31 18:04:24 2021 +0000 ncdu: adopted port diff --git a/ncdu/.signature b/ncdu/.signature index 992a85523..1f2ba279a 100644 --- a/ncdu/.signature +++ b/ncdu/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/TvY5SChQcSuBMQf41MPN5FnCvq/wI1FFvdKqu10tmDzjeWKZZWA2uj7fhbDlVLJJAkKTbEfleeIFjOUm1hF+AI= -SHA256 (Pkgfile) = 05deb67c20f84f9c67994071906c768f4a3f5139b567c47abcff27ae5c564638 +RWSE3ohX2g5d/ePniOZEg6oBSBD7kJmrwG9eoeXIJLSBPlZ+q+JU/+AuNZQLRBHhit1Mp8CBRKiOTRWyv7O5QeD+vZE47s0sHQ8= +SHA256 (Pkgfile) = a3966ae354ac50622e22795fa896a33a5cd569ca06e91a201bb71a09c1b14391 SHA256 (.footprint) = 28b3a45f7809ec9fe4cc3c0f4b48d291960afd02f9615e0d97c4cbdd1567ecec SHA256 (ncdu-1.15.1.tar.gz) = b02ddc4dbf1db139cc6fbbe2f54a282770380f0ca5c17089855eab52a9ea3fb0 diff --git a/ncdu/Pkgfile b/ncdu/Pkgfile index d2ae5eed4..2132b7ef2 100644 --- a/ncdu/Pkgfile +++ b/ncdu/Pkgfile @@ -1,17 +1,17 @@ # Description: NCurses Disk Usage -# URL: http://dev.yorhel.nl/ncdu/ -# Maintainer: Fredrik Rinnestam, fredrik at crux dot nu -# Depends on: ncurses +# URL: https://dev.yorhel.nl/ncdu +# Maintainer: Tim Biermann, tbier at posteo dot de +# Depends on: ncurses name=ncdu version=1.15.1 release=1 -source=(http://dev.yorhel.nl/download/$name-$version.tar.gz) +source=(https://dev.yorhel.nl/download/$name-$version.tar.gz) build() { - cd $name-$version - ./configure --prefix=/usr + cd $name-$version + ./configure --prefix=/usr - make - make DESTDIR=$PKG install + make + make DESTDIR=$PKG install }
participants (1)
-
crux@crux.nu