16 lines
462 B
Bash
16 lines
462 B
Bash
# Template file for 'diffstat'
|
|
pkgname=diffstat
|
|
version=1.64
|
|
revision=1
|
|
build_style=gnu-configure
|
|
short_desc="Display a histogram of diff output"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="http://invisible-island.net/diffstat/diffstat.html"
|
|
distfiles="https://invisible-mirror.net/archives/diffstat/diffstat-${version}.tgz"
|
|
checksum=b8aee38d9d2e1d05926e6b55810a9d2c2dd407f24d6a267387563a4436e3f7fc
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|