17 lines
510 B
Bash
17 lines
510 B
Bash
# 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 <githubvoidlinux.supremacy429@passinbox.com>"
|
|
license="MIT"
|
|
homepage="https://github.com/cs01/pygdbmi"
|
|
distfiles="${PYPI_SITE}/p/pygdbmi/pygdbmi-${version}.tar.gz"
|
|
checksum=7a286be2fcf25650d9f66e11adc46e972cf078a466864a700cd44739ad261fb0
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|