testing/ncdu2: rebuild with zig 0.12, upgrade to 2.3_git20240412

This commit is contained in:
lauren n. liberda 2024-04-20 13:23:00 +02:00 committed by Sören Tempel
parent 84d51efa5c
commit 16d6c9e844

View File

@ -1,7 +1,8 @@
# Contributor: Michał Polański <michal@polanski.me>
# Maintainer: Michał Polański <michal@polanski.me>
pkgname=ncdu2
pkgver=2.3
pkgver=2.3_git20240412
_commit=5944b738d04f768b36d05e6011d1284b49a08749
pkgrel=0
pkgdesc="Disk usage analyzer with an ncurses interface"
url="https://dev.yorhel.nl/ncdu"
@ -9,8 +10,9 @@ license="MIT"
arch="x86_64 aarch64" # Limited by zig aport
makedepends="chrpath zig ncurses-dev"
subpackages="$pkgname-doc"
source="https://dev.yorhel.nl/download/ncdu-$pkgver.tar.gz"
builddir="$srcdir/ncdu-$pkgver"
#source="https://dev.yorhel.nl/download/ncdu-$pkgver.tar.gz"
source="$pkgname-$_commit.tar.gz::https://code.blicky.net/yorhel/ncdu/archive/$_commit.tar.gz"
builddir="$srcdir/ncdu"
replaces=ncdu
# We may want other than "baseline" for other targets, when enabled by zig
@ -36,5 +38,5 @@ package() {
}
sha512sums="
283f78761b225883e090c4d0d1325bffc70049477087df3e8d1afcebc3136930c2636b2bba4aa6e43d53626668519c26a1528ba5c75489d3b5924e8974184e47 ncdu-2.3.tar.gz
6ce41386061d6cb88df3bd29ef103d118393e72c44d08f75f705f837dcddb235f3564c41c30b1209597b8982b6a233a47f708c0291db7150a1b38a329fcb0f53 ncdu2-5944b738d04f768b36d05e6011d1284b49a08749.tar.gz
"