vp-build/srcpkgs/python-pkgconfig/template

32 lines
799 B
Bash

# Template file for 'python-pkgconfig'
pkgname=python-pkgconfig
version=1.4.0
revision=1
noarch=yes
wrksrc="pkgconfig-${version}"
build_style=python-module
pycompile_module="pkgconfig"
hostmakedepends="python-setuptools python3-setuptools"
depends="python"
short_desc="Python2 module to interface with pkg-config"
maintainer="Alessio Sergi <al3hex@gmail.com>"
homepage="https://github.com/matze/pkgconfig"
license="MIT"
distfiles="${PYPI_SITE}/p/pkgconfig/pkgconfig-${version}.tar.gz"
checksum=048c3b457da7b6f686b647ab10bf09e2250e4c50acfe6f215398a8b5e6fcdb52
post_install() {
vlicense LICENSE
}
python3-pkgconfig_package() {
noarch=yes
depends="python3"
pycompile_module="pkgconfig"
short_desc="${short_desc/Python2/Python3}"
pkg_install() {
vmove usr/lib/python3*
vlicense LICENSE
}
}