void-packages/srcpkgs/xdot/template
2019-04-07 14:41:07 -03:00

18 lines
609 B
Bash

# Template file for 'xdot'
pkgname=xdot
version=1.1
revision=1
archs=noarch
wrksrc="xdot.py-${version}"
build_style=python3-module
pycompile_module="xdot"
hostmakedepends="python3-setuptools"
depends="python3-setuptools graphviz gtk+3 python3-gobject"
short_desc="Interactive viewer for Graphviz dot files"
maintainer="Juan RP <xtraeme@voidlinux.org>"
license="LGPL-3.0-or-later"
homepage="https://github.com/jrfonseca/xdot.py"
distfiles="https://github.com/jrfonseca/xdot.py/archive/${version}.tar.gz"
checksum=724c5977bffd775b680e80b49b65fe8b5a8cf92376aa4bbac6f7b05dd9bf002e
nocross="gobject-introspection"