void-packages/srcpkgs/cloc/template
2018-02-10 16:56:07 +01:00

21 lines
456 B
Bash

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