void-packages/srcpkgs/cloc/template
2016-09-11 01:06:56 -04:00

16 lines
396 B
Bash

# Template file for 'cloc'
pkgname=cloc
version=1.70
revision=1
noarch=yes
depends="perl"
short_desc="Count Lines of Code"
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
license="GPL-2"
homepage="https://github.com/AlDanial/cloc"
distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=fd6e2bf95836578d8e94f2a85ce67f2e0cdf378b8200a02f8ee2a101f45984e9
do_install() {
vbin cloc
}