18 lines
551 B
Bash
18 lines
551 B
Bash
# Template file for 'diffstat'
|
|
pkgname=diffstat
|
|
version=1.67
|
|
revision=1
|
|
build_style=gnu-configure
|
|
makedepends="xz zstd"
|
|
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=760ed0c99c6d643238d41b80e60278cf1683ffb94a283954ac7ef168c852766a
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|