mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
cloc: update to 1.78.
This commit is contained in:
parent
d18e30bfac
commit
09a0e3b893
1 changed files with 4 additions and 4 deletions
|
@ -1,16 +1,16 @@
|
||||||
# Template file for 'cloc'
|
# Template file for 'cloc'
|
||||||
pkgname=cloc
|
pkgname=cloc
|
||||||
version=1.76
|
version=1.78
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
hostmakedepends="perl"
|
hostmakedepends="perl"
|
||||||
depends="perl"
|
depends="perl"
|
||||||
short_desc="Count Lines of Code"
|
short_desc="Count Lines of Code"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="GPL-2"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://github.com/AlDanial/cloc"
|
homepage="https://github.com/AlDanial/cloc"
|
||||||
distfiles="${homepage}/archive/v${version}.tar.gz"
|
distfiles="${homepage}/archive/${version}.tar.gz"
|
||||||
checksum=b3e7ab59667f721ea870e1db5887924f5ea9548501964f363913cc32730665f3
|
checksum=0d8b16f7a80a01d6e2b888a16194bddc4f64915726a5abcbf2e91eecbf2cddd4
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
make -C Unix man
|
make -C Unix man
|
||||||
|
|
Loading…
Add table
Reference in a new issue