void-packages/srcpkgs/xdot/template
2017-11-03 18:21:54 -02:00

18 lines
626 B
Bash

# Template file for 'xdot'
pkgname=xdot
version=0.8
revision=1
build_style=python3-module
hostmakedepends="python3-setuptools git"
makedepends="graphviz pygtk python3-setuptools"
depends="${makedepends} python3-graphviz python3-gobject"
noarch="yes"
pycompile_module="xdot.py"
short_desc="Interactive viewer for Graphviz dot files"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="GPL-3"
homepage="https://code.google.com/p/jrfonseca/wiki/XDot"
distfiles="https://github.com/jrfonseca/xdot.py/archive/${version}.tar.gz"
checksum=211d99d6163dd6f5ce07a4c5ec6afd1370c823a26fc4256161b6939a4a05b1fb
wrksrc="xdot.py-${version}"