20 lines
544 B
Bash
20 lines
544 B
Bash
# Template file for 'ncdu2'
|
|
pkgname=ncdu2
|
|
version=2.2.2
|
|
revision=1
|
|
build_style=zig-build
|
|
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=90d920024e752318b469776ce57e03b3c702d49329ad9825aeeab36c3babf993
|
|
conflicts="ncdu"
|
|
|
|
post_install() {
|
|
vlicense LICENSES/MIT.txt
|
|
vman ncdu.1
|
|
}
|