New package: duc-1.4.4

closes #5221
This commit is contained in:
mobinmob 2018-11-29 19:00:12 +02:00 committed by maxice8
parent 2c47496efb
commit d0153b62cb
No known key found for this signature in database
GPG key ID: 543B9D4F4299F06B

17
srcpkgs/duc/template Normal file
View file

@ -0,0 +1,17 @@
# Template file for 'duc'
pkgname=duc
version=1.4.4
revision=1
build_style=gnu-configure
hostmakedepends="pkg-config"
makedepends="pango-devel cairo-devel ncurses-devel tokyocabinet-devel"
short_desc="Library and suite of tools for inspecting disk usage"
maintainer="mobinmob <mobinmob@disroot.org>"
license="LGPL-3.0-only"
homepage="https://duc.zevv.nl/"
distfiles="https://github.com/zevv/duc/releases/download/$version/duc-$version.tar.gz"
checksum=f4e7483dbeca4e26b003548f9f850b84ce8859bba90da89c55a7a147636ba922
post_extract() {
sed -i 's#<ncursesw/ncurses.h>#<ncurses.h>#' src/duc/cmd-ui.c
}