void-packages/srcpkgs/cloc/template

21 lines
479 B
Bash

# Template file for 'cloc'
pkgname=cloc
version=1.96.1
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=f0551d98dcce9ca2e78b984adf8e8cc7c6002037a1155e5294338c435e4a1af1
do_build() {
make -C Unix man
}
do_install() {
vbin cloc
vman Unix/cloc.1
}