21 lines
545 B
Text
21 lines
545 B
Text
# Template file for 'xdot'
|
|
pkgname=xdot
|
|
version=20130128
|
|
revision=1
|
|
build_style=python-module
|
|
fulldepends="graphviz pygtk python-distribute xbps-triggers>=0.46"
|
|
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"
|
|
|
|
noarch=yes
|
|
nofetch=yes
|
|
noextract=yes
|
|
pycompile_module="xdot.py"
|
|
|
|
do_fetch() {
|
|
local url="https://code.google.com/p/jrfonseca.xdot"
|
|
msg_normal "Fetching source from $url ...\n"
|
|
git clone ${url} xdot-${version}
|
|
}
|