cloc: update to 1.72.

This commit is contained in:
Leah Neukirchen 2017-01-16 13:27:38 +01:00
parent 42e0535d19
commit 0d93197230

View File

@ -1,16 +1,21 @@
# Template file for 'cloc'
pkgname=cloc
version=1.70
version=1.72
revision=1
noarch=yes
hostmakedepends="perl"
depends="perl"
short_desc="Count Lines of Code"
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="GPL-2"
homepage="https://github.com/AlDanial/cloc"
distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=fd6e2bf95836578d8e94f2a85ce67f2e0cdf378b8200a02f8ee2a101f45984e9
checksum=2d2c57478b6c8b77d90d8b2aa278a3bd1f18251f5cf3cfeb017db2c27ad86af2
do_build() {
make -C Unix man
}
do_install() {
vbin cloc
vman Unix/cloc.1
}