diff --git a/srcpkgs/cloc/template b/srcpkgs/cloc/template index 73c18a21bc0..251ee4ab3ff 100644 --- a/srcpkgs/cloc/template +++ b/srcpkgs/cloc/template @@ -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 " +maintainer="Leah Neukirchen " 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 }