vp-build/srcpkgs/xdu/template

17 lines
473 B
Bash

# Template file for 'xdu'
pkgname=xdu
version=3.1
revision=1
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/chneukirchen/xdu"
distfiles="https://github.com/chneukirchen/${pkgname}/archive/v${version}.tar.gz"
checksum=13035b0642b1042debf6c84d0963b3fd3914f76c8dfb9c8c6f852ee1451eea1f
post_install() {
vlicense LICENSE
}