void-packages/srcpkgs/cloc/template

21 lines
477 B
Bash

# Template file for 'cloc'
pkgname=cloc
version=1.94
revision=1
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="https://github.com/AlDanial/cloc/archive/v${version}.tar.gz"
checksum=c835fe343e1c25194a61eb74d7a36e98413682ed0c3b4d6b8e35a327077bf926
do_build() {
make -C Unix man
}
do_install() {
vbin cloc
vman Unix/cloc.1
}