15 lines
471 B
Bash
15 lines
471 B
Bash
# Template file for 'diffstat'
|
|
pkgname=diffstat
|
|
version=1.62
|
|
revision=1
|
|
build_style=gnu-configure
|
|
short_desc="Display a histogram of diff output"
|
|
maintainer="Renato Aguiar <contact@renatoaguiar.org>"
|
|
license="MIT"
|
|
homepage="http://invisible-island.net/diffstat/diffstat.html"
|
|
distfiles="https://invisible-mirror.net/archives/diffstat/diffstat-${version}.tgz"
|
|
checksum=7f09183644ed77a156b15346bbad4e89c93543e140add9dab18747e30522591f
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|