void-packages/srcpkgs/cloc/template
2019-09-23 13:12:08 +02:00

22 lines
468 B
Bash

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