void-packages/srcpkgs/python3-pkgconfig/template
2021-10-09 08:00:32 -04:00

19 lines
542 B
Bash

# Template file for 'python3-pkgconfig'
pkgname=python3-pkgconfig
version=1.5.1
revision=5
wrksrc="pkgconfig-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
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=97bfe3d981bab675d5ea3ef259045d7919c93897db7d3b59d4e8593cba8d354f
post_install() {
vlicense LICENSE
}