17 lines
454 B
Bash
17 lines
454 B
Bash
# Template file for 'cloc'
|
|
pkgname=cloc
|
|
version=1.64
|
|
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=79edea7ea1f442b1632001e23418193ae4571810e60de8bd25e491036d60eb3d
|
|
|
|
do_install() {
|
|
vbin cloc
|
|
}
|