void-packages/srcpkgs/cloc/template

17 lines
396 B
Bash
Raw Normal View History

2014-07-01 18:06:56 +02:00
# Template file for 'cloc'
pkgname=cloc
2016-09-11 07:06:56 +02:00
version=1.70
revision=1
2014-07-01 18:06:56 +02:00
noarch=yes
depends="perl"
2014-07-01 18:06:56 +02:00
short_desc="Count Lines of Code"
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
license="GPL-2"
2016-09-11 07:06:56 +02:00
homepage="https://github.com/AlDanial/cloc"
distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=fd6e2bf95836578d8e94f2a85ce67f2e0cdf378b8200a02f8ee2a101f45984e9
2014-07-01 18:06:56 +02:00
do_install() {
2014-11-23 14:27:41 +01:00
vbin cloc
2014-07-01 18:06:56 +02:00
}