ncdu: dropped port

This commit is contained in:
Tim Biermann 2021-07-28 16:11:37 +02:00
parent 2eac881abd
commit a75a4c03ff
3 changed files with 0 additions and 29 deletions

View File

@ -1,7 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/ncdu
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/
-rw-r--r-- root/root usr/share/man/man1/ncdu.1.gz

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/UcMRbec9mble/qdZRutBuIQ5kMc3vIqWjZummva7JBqjRdigzPyLlpGgVZrkuxD3F1nwgKtdGA+q7wWCKX71Ac=
SHA256 (Pkgfile) = 65fc647a8be5e0cabfa62fbeec55d0f1374981a67f765c81042a1e178b7fee0e
SHA256 (.footprint) = 28b3a45f7809ec9fe4cc3c0f4b48d291960afd02f9615e0d97c4cbdd1567ecec
SHA256 (ncdu-1.16.tar.gz) = 2b915752a183fae014b5e5b1f0a135b4b408de7488c716e325217c2513980fd4

View File

@ -1,17 +0,0 @@
# Description: NCurses Disk Usage
# URL: https://dev.yorhel.nl/ncdu
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: ncurses
name=ncdu
version=1.16
release=1
source=(https://dev.yorhel.nl/download/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}