# Template file for 'python3-pkgconfig'
pkgname=python3-pkgconfig
version=1.6.0
revision=1
build_style=python3-pep517
hostmakedepends="python3-poetry-core"
depends="python3 pkg-config"
checkdepends="python3-pytest python3-setuptools pkg-config openssl-devel"
short_desc="Python3 module to interface with pkg-config"
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
license="MIT"
homepage="https://github.com/matze/pkgconfig"
changelog="https://raw.githubusercontent.com/matze/pkgconfig/refs/heads/master/README.rst"
distfiles="https://github.com/matze/pkgconfig/archive/refs/tags/v${version}.tar.gz"
checksum=2a0d7626fcb7ee97713c134a30aeb4bc22d06599fa92a3ed95d55debd5a289ff

post_install() {
	vlicense LICENSE
}
