vp-build/srcpkgs/python3-graphviz/template

21 lines
656 B
Bash

# Template file for 'python3-graphviz'
pkgname=python3-graphviz
version=0.13.2
revision=3
wrksrc="${pkgname#*-}-${version}"
build_style=python3-module
pycompile_module="graphviz"
hostmakedepends="python3-setuptools"
depends="graphviz python3"
short_desc="Simple Python3 interface for Graphviz"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://github.com/xflr6/graphviz"
changelog="https://github.com/xflr6/graphviz/blob/master/CHANGES.txt"
distfiles="https://github.com/xflr6/graphviz/archive/${version}.tar.gz"
checksum=bb932d6833e7c62ac6b53624b6d55bfd81f40e861f55642e1221ac4f4d8421b4
post_install() {
vlicense LICENSE.txt
}