mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
core/libpsl to 0.21.1-3
This commit is contained in:
parent
5e45cc7a94
commit
a3149a09bd
1 changed files with 4 additions and 2 deletions
|
@ -5,12 +5,12 @@
|
|||
|
||||
pkgname=libpsl
|
||||
pkgver=0.21.1
|
||||
pkgrel=1
|
||||
pkgrel=3
|
||||
pkgdesc='Public Suffix List library'
|
||||
url='https://github.com/rockdaboot/libpsl'
|
||||
arch=('x86_64')
|
||||
license=('MIT')
|
||||
depends=('libidn2' 'libidn2.so' 'libunistring')
|
||||
depends=('libidn2' 'libunistring')
|
||||
makedepends=('libxslt' 'python' 'publicsuffix-list' 'gtk-doc')
|
||||
provides=('libpsl.so')
|
||||
source=(https://github.com/rockdaboot/libpsl/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz)
|
||||
|
@ -43,6 +43,8 @@ check() {
|
|||
}
|
||||
|
||||
package() {
|
||||
depends+=('libidn2.so' 'libunistring.so')
|
||||
|
||||
cd ${pkgname}-${pkgver}
|
||||
make DESTDIR="${pkgdir}" install
|
||||
install -Dm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
|
||||
|
|
Loading…
Reference in a new issue