16 lines
462 B
Bash
16 lines
462 B
Bash
# Template file for 'diffstat'
|
|
pkgname=diffstat
|
|
version=1.63
|
|
revision=2
|
|
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=7eddd53401b99b90bac3f7ebf23dd583d7d99c6106e67a4f1161b7a20110dc6f
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|