void-packages/srcpkgs/cloc/template

18 lines
454 B
Plaintext
Raw Normal View History

2014-07-01 16:06:56 +00:00
# Template file for 'cloc'
pkgname=cloc
2014-08-01 14:24:33 +00:00
version=1.62
revision=2
2014-07-12 15:44:40 +00:00
build_style=fetch
2014-07-01 16:06:56 +00:00
noarch=yes
depends="perl"
2014-07-01 16:06:56 +00:00
short_desc="Count Lines of Code"
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
license="GPL-2"
homepage="http://cloc.sourceforge.net"
2014-11-23 13:27:41 +00:00
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}/v${version}/${pkgname}-${version}.pl>cloc"
2014-08-01 14:24:33 +00:00
checksum=fa3793b576895cde2acae26a49447bf0c55ab3f79bdacfb00a88fc1d255c2570
2014-07-01 16:06:56 +00:00
do_install() {
2014-11-23 13:27:41 +00:00
vbin cloc
2014-07-01 16:06:56 +00:00
}