20 lines
455 B
Bash
20 lines
455 B
Bash
# Template file for 'cloc'
|
|
pkgname=cloc
|
|
version=1.88
|
|
revision=2
|
|
hostmakedepends="perl"
|
|
depends="perl"
|
|
short_desc="Count Lines of Code"
|
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="https://github.com/AlDanial/cloc"
|
|
distfiles="${homepage}/archive/${version}.tar.gz"
|
|
checksum=e85c2d1b3ec389d892955cf20b3fa5c797e81136e231d9a09e4f4c62e272f8cd
|
|
|
|
do_build() {
|
|
make -C Unix man
|
|
}
|
|
do_install() {
|
|
vbin cloc
|
|
vman Unix/cloc.1
|
|
}
|