vp-build/srcpkgs/python3-gntp/template

20 lines
564 B
Bash

# Template file for 'python3-gntp'
pkgname=python3-gntp
version=1.0.3
revision=9
wrksrc="gntp-${version}"
build_style=python3-module
hostmakedepends="python3-devel"
depends="python3"
short_desc="Python3 library for the Growl Notification Transport Protocol"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://github.com/kfdm/gntp"
distfiles="https://github.com/kfdm/gntp/archive/v${version}.tar.gz"
checksum=e9fde29e5ec37dfb77a7659018a7c7f65cb1411054c864eae137ce3d008f794f
conflicts="python-gntp>=0"
post_install() {
vlicense LICENSE
}