void-packages/srcpkgs/xdot/template

20 lines
545 B
Text
Raw Normal View History

2012-09-19 09:39:31 +00:00
# Template file for 'xdot'
pkgname=xdot
2013-01-28 10:11:20 +00:00
version=20130128
revision=1
2012-09-19 09:39:31 +00:00
build_style=python-module
makedepends="graphviz pygtk python-distribute xbps-triggers>=0.46"
depends="${makedepends}"
noarch="yes"
pycompile_module="xdot.py"
2012-09-19 09:39:31 +00:00
short_desc="Interactive viewer for Graphviz dot files"
maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-3"
homepage="https://code.google.com/p/jrfonseca/wiki/XDot"
do_fetch() {
local url="https://code.google.com/p/jrfonseca.xdot"
msg_normal "Fetching source from $url ...\n"
git clone ${url} xdot-${version}
}