18 lines
607 B
Bash
18 lines
607 B
Bash
# Template file for 'xdot'
|
|
pkgname=xdot
|
|
reverts="20140618_1"
|
|
version=0.6
|
|
revision=1
|
|
build_style=python-module
|
|
hostmakedepends="python-setuptools git"
|
|
makedepends="graphviz pygtk python-setuptools"
|
|
depends="${makedepends}"
|
|
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=0932bb72abaa77e6a5c4f2acd13569763c23d2761f4e9e5e49993bc69da9cce2
|
|
wrksrc="xdot.py-$version"
|