ncdu: adopted port

This commit is contained in:
Tim Biermann 2021-01-31 18:04:24 +00:00
parent 75990c2801
commit cccbcc68e8
2 changed files with 10 additions and 10 deletions

View File

@ -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

View File

@ -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
}