sloccount: fix license, http->https, fix distfile link
This commit is contained in:
parent
11849cbd4d
commit
7f80f87a5d
1 changed files with 5 additions and 5 deletions
|
@ -1,16 +1,16 @@
|
||||||
# Template build file for 'sloccount'
|
# Template file for 'sloccount'
|
||||||
pkgname=sloccount
|
pkgname=sloccount
|
||||||
version=2.26
|
version=2.26
|
||||||
revision=4
|
revision=5
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
hostmakedepends="flex"
|
hostmakedepends="flex"
|
||||||
makedepends="perl"
|
makedepends="perl"
|
||||||
depends="perl"
|
depends="perl"
|
||||||
short_desc="Tool to count physical source lines of code in many languages"
|
short_desc="Tool to count physical source lines of code in many languages"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="GPL-2"
|
license="GPL-2.0-or-later"
|
||||||
homepage="http://www.dwheeler.com/sloccount/"
|
homepage="https://dwheeler.com/sloccount/"
|
||||||
distfiles="$homepage/$pkgname-$version.tar.gz"
|
distfiles="https://dwheeler.com/sloccount/sloccount-${version}.tar.gz"
|
||||||
checksum=fa7fa2bbf2f627dd2d0fdb958bd8ec4527231254c120a8b4322405d8a4e3d12b
|
checksum=fa7fa2bbf2f627dd2d0fdb958bd8ec4527231254c120a8b4322405d8a4e3d12b
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
|
|
Loading…
Reference in a new issue