ncdu: dropped, use the one in opt

This commit is contained in:
John McQuah 2024-08-01 18:10:49 +00:00
parent 8ff2317687
commit e8750f261c
3 changed files with 0 additions and 31 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,6 +0,0 @@
untrusted comment: verify with /etc/ports/jmq.pub
RWTTPlFarK9CxAanw8WpOP8cHLU62nGkPd7H5KVenY97s4cPOBRul5j8Nu6AvFVq3Q7ayG7IvwA+QdvxAG5cL6oOX2tFte5R4AA=
SHA256 (Pkgfile) = e0001c7d05eac3f544d5bbefb81d8b0000130fab7c9fe89a6725eb1c216a8494
SHA256 (.footprint) = 28b3a45f7809ec9fe4cc3c0f4b48d291960afd02f9615e0d97c4cbdd1567ecec
SHA256 (ncdu-2.4-linux-x86_64.tar.gz) = 327c475bf0ab06172992fef3fd35549309bbc0c50c4d4655ab8fdf48fc77ec1c
SHA256 (ncdu.1) = 86ec48087494df3e2706aeb98d61c4192ec9cc26431b0e8d72346726ead35d36

View File

@ -1,18 +0,0 @@
# Description: disk usage analyzer, rewritten in Zig
# URL: https://dev.yorhel.nl/ncdu
# Maintainer: John McQuah, jmcquah at disroot dot org
# Depends on: ncurses
name=ncdu
version=2.4
release=1
source=(https://dev.yorhel.nl/download/$name-$version-linux-x86_64.tar.gz
https://code.blicky.net/yorhel/$name/raw/branch/zig/$name.1)
build () {
mkdir -p $PKG/usr/bin
mkdir -p $PKG/usr/share/man/man1
install -m 0755 $name $PKG/usr/bin
install -m 0644 $name.1 $PKG/usr/share/man/man1/$name.1
}