void-packages/srcpkgs/cloc/template
2017-01-16 14:07:16 +01:00

21 lines
456 B
Bash

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