void-packages/srcpkgs/libpsl/template
Lugubris d78cb0d201 Drop maintainership of orphaned packages
some packages were dropped but their maintainer= was not updated in template.
this will help new maintainers adopt these packages.

-> https://github.com/void-linux/void-packages/pull/13930#issuecomment-524610652
2019-08-25 21:16:43 +02:00

27 lines
727 B
Bash

# Template file for 'libpsl'
pkgname=libpsl
version=0.21.0
revision=1
build_style=gnu-configure
hostmakedepends="pkg-config python"
short_desc="Public Suffix List library functions"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://rockdaboot.github.io/libpsl/"
distfiles="https://github.com/rockdaboot/libpsl/releases/download/libpsl-${version}/libpsl-${version}.tar.gz"
checksum=41bd1c75a375b85c337b59783f5deb93dbb443fb0a52d257f403df7bd653ee12
post_install() {
vlicense COPYING
}
libpsl-devel_package() {
depends="libpsl-${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove "usr/lib/*.so"
vmove "usr/lib/*.a"
}
}