void-packages/srcpkgs/cloc/template
2019-05-09 12:21:09 +02:00

21 lines
468 B
Bash

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