mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-11 17:43:51 +02:00
New package: cloc-1.60
This commit is contained in:
parent
09af783f98
commit
b36750a24f
1 changed files with 19 additions and 0 deletions
19
srcpkgs/cloc/template
Normal file
19
srcpkgs/cloc/template
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
# Template file for 'cloc'
|
||||||
|
pkgname=cloc
|
||||||
|
version=1.60
|
||||||
|
revision=1
|
||||||
|
wrksrc=$pkgname
|
||||||
|
create_wrksrc=yes
|
||||||
|
noarch=yes
|
||||||
|
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"
|
||||||
|
skip_extraction="$pkgname-$version.pl"
|
||||||
|
checksum=4aa870bef104fd2b8f03c667ef8be2cd671cdf59f46c72046c43ed14e222a05c
|
||||||
|
|
||||||
|
do_install() {
|
||||||
|
cp ${XBPS_SRCDISTDIR}/${pkgname}-${version}/${pkgname}-${version}.pl cloc
|
||||||
|
vinstall cloc 755 usr/bin
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue