17 lines
454 B
Text
17 lines
454 B
Text
# Template file for 'cloc'
|
|
pkgname=cloc
|
|
version=1.62
|
|
revision=2
|
|
build_style=fetch
|
|
noarch=yes
|
|
depends="perl"
|
|
short_desc="Count Lines of Code"
|
|
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
|
license="GPL-2"
|
|
homepage="http://cloc.sourceforge.net"
|
|
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}/v${version}/${pkgname}-${version}.pl>cloc"
|
|
checksum=fa3793b576895cde2acae26a49447bf0c55ab3f79bdacfb00a88fc1d255c2570
|
|
|
|
do_install() {
|
|
vbin cloc
|
|
}
|