void-packages/srcpkgs/python3-pkgconfig/template

18 lines
523 B
Bash

# Template file for 'python3-pkgconfig'
pkgname=python3-pkgconfig
version=1.5.5
revision=1
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3 pkg-config"
short_desc="Python3 module to interface with pkg-config"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://github.com/matze/pkgconfig"
distfiles="${PYPI_SITE}/p/pkgconfig/pkgconfig-${version}.tar.gz"
checksum=deb4163ef11f75b520d822d9505c1f462761b4309b1bb713d08689759ea8b899
post_install() {
vlicense LICENSE
}