void-packages/srcpkgs/cloc/template

18 lines
454 B
Bash
Raw Normal View History

2014-07-01 18:06:56 +02:00
# Template file for 'cloc'
pkgname=cloc
2015-06-28 15:41:42 +02:00
version=1.64
2015-07-02 11:20:14 +02:00
revision=2
2014-07-12 17:44:40 +02:00
build_style=fetch
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"
homepage="http://cloc.sourceforge.net"
2014-11-23 14:27:41 +01:00
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}/v${version}/${pkgname}-${version}.pl>cloc"
2015-06-28 15:41:42 +02:00
checksum=79edea7ea1f442b1632001e23418193ae4571810e60de8bd25e491036d60eb3d
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
}