void-packages/srcpkgs/xdu/template
2019-03-01 13:53:43 +01:00

16 lines
477 B
Bash

# Template file for 'xdu'
pkgname=xdu
version=3.1
revision=2
build_style=gnu-makefile
makedepends="libXaw-devel"
short_desc="Display the output of du(1) in an X window"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="MIT/X11"
homepage="https://github.com/leahneukirchen/xdu"
distfiles="https://github.com/leahneukirchen/${pkgname}/archive/v${version}.tar.gz"
checksum=13035b0642b1042debf6c84d0963b3fd3914f76c8dfb9c8c6f852ee1451eea1f
post_install() {
vlicense LICENSE
}