17 lines
529 B
Bash
17 lines
529 B
Bash
# Template file for 'diffstat'
|
|
pkgname=diffstat
|
|
version=1.66
|
|
revision=1
|
|
build_style=gnu-configure
|
|
short_desc="Display a histogram of diff output"
|
|
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
|
|
license="MIT"
|
|
homepage="http://invisible-island.net/diffstat/diffstat.html"
|
|
changelog="https://invisible-island.net/diffstat/CHANGES"
|
|
distfiles="https://invisible-mirror.net/archives/diffstat/diffstat-${version}.tgz"
|
|
checksum=f54531bbe32e8e0fa461f018b41e3af516b632080172f361f05e50367ecbb69e
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|