21 lines
565 B
Bash
21 lines
565 B
Bash
# Template file for 'ncdu2'
|
|
pkgname=ncdu2
|
|
version=2.5
|
|
revision=1
|
|
build_style=zig-build
|
|
configure_args="-Dpie"
|
|
makedepends="ncurses-devel"
|
|
short_desc="NCurses Disk Usage utility version 2"
|
|
maintainer="tranzystorekk <tranzystorek.io@protonmail.com>"
|
|
license="MIT"
|
|
homepage="https://dev.yorhel.nl/ncdu"
|
|
changelog="https://dev.yorhel.nl/ncdu/changes2"
|
|
distfiles="https://dev.yorhel.nl/download/ncdu-${version}.tar.gz"
|
|
checksum=7f49de25024abab1af1ff22b3b8542c0d158e018fe0e96074fd94b0e1e6d31a5
|
|
conflicts="ncdu"
|
|
|
|
post_install() {
|
|
vlicense LICENSES/MIT.txt
|
|
vman ncdu.1
|
|
}
|