mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 22:53:51 +02:00
httrack: fix license, other lint
This commit is contained in:
parent
9071994d80
commit
4effdd0c12
1 changed files with 4 additions and 4 deletions
|
@ -1,16 +1,16 @@
|
||||||
# Template file for 'httrack'
|
# Template file for 'httrack'
|
||||||
pkgname=httrack
|
pkgname=httrack
|
||||||
version=3.49.2
|
version=3.49.2
|
||||||
revision=7
|
revision=8
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static --with-zlib=${XBPS_CROSS_BASE}/usr"
|
configure_args="--disable-static --with-zlib=${XBPS_CROSS_BASE}/usr"
|
||||||
short_desc="A free and easy-to-use offline browser utility"
|
makedepends="zlib-devel openssl-devel"
|
||||||
|
short_desc="Free and easy-to-use offline browser utility"
|
||||||
maintainer="mid-kid <esteve.varela@gmail.com>"
|
maintainer="mid-kid <esteve.varela@gmail.com>"
|
||||||
license="GPL-3"
|
license="GPL-3.0-or-later"
|
||||||
homepage="http://www.httrack.com"
|
homepage="http://www.httrack.com"
|
||||||
distfiles="http://mirror.httrack.com/httrack-${version}.tar.gz"
|
distfiles="http://mirror.httrack.com/httrack-${version}.tar.gz"
|
||||||
checksum=3477a0e5568e241c63c9899accbfcdb6aadef2812fcce0173688567b4c7d4025
|
checksum=3477a0e5568e241c63c9899accbfcdb6aadef2812fcce0173688567b4c7d4025
|
||||||
makedepends="zlib-devel openssl-devel"
|
|
||||||
|
|
||||||
httrack-devel_package() {
|
httrack-devel_package() {
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
|
|
Loading…
Add table
Reference in a new issue