diff --git a/srcpkgs/python3-pygdbmi/template b/srcpkgs/python3-pygdbmi/template new file mode 100644 index 00000000000..8e75f83de0a --- /dev/null +++ b/srcpkgs/python3-pygdbmi/template @@ -0,0 +1,16 @@ +# Template file for 'python3-pygdbmi' +pkgname=python3-pygdbmi +version=0.11.0.0 +revision=1 +build_style=python3-module +hostmakedepends="python3-setuptools" +short_desc="Parse gdb machine interface output with Python" +maintainer="Luciogi <lucigithubcommit@skiff.com>" +license="MIT" +homepage="https://github.com/cs01/pygdbmi" +distfiles="${PYPI_SITE}/p/pygdbmi/pygdbmi-${version}.tar.gz" +checksum=7a286be2fcf25650d9f66e11adc46e972cf078a466864a700cd44739ad261fb0 + +post_install() { + vlicense LICENSE +}