mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
libpsl: update to 0.21.2.
This commit is contained in:
parent
6fa16cdeb5
commit
8431800267
1 changed files with 5 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'libpsl'
|
# Template file for 'libpsl'
|
||||||
pkgname=libpsl
|
pkgname=libpsl
|
||||||
version=0.21.1
|
version=0.21.2
|
||||||
revision=5
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="pkg-config python3"
|
hostmakedepends="pkg-config python3"
|
||||||
makedepends="icu-devel"
|
makedepends="icu-devel"
|
||||||
|
@ -9,15 +9,16 @@ short_desc="Public Suffix List library functions"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://rockdaboot.github.io/libpsl/"
|
homepage="https://rockdaboot.github.io/libpsl/"
|
||||||
|
changelog="https://raw.githubusercontent.com/rockdaboot/libpsl/master/NEWS"
|
||||||
distfiles="https://github.com/rockdaboot/libpsl/releases/download/${version}/libpsl-${version}.tar.gz"
|
distfiles="https://github.com/rockdaboot/libpsl/releases/download/${version}/libpsl-${version}.tar.gz"
|
||||||
checksum=ac6ce1e1fbd4d0254c4ddb9d37f1fa99dec83619c1253328155206b896210d4c
|
checksum=e35991b6e17001afa2c0ca3b10c357650602b92596209b7492802f3768a6285f
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYING
|
vlicense COPYING
|
||||||
}
|
}
|
||||||
|
|
||||||
libpsl-devel_package() {
|
libpsl-devel_package() {
|
||||||
depends="libpsl-${version}_${revision}"
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
|
|
Loading…
Add table
Reference in a new issue