mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-01 17:42:56 +02:00
New package: xdot (git snapshot).
This commit is contained in:
parent
08652c703a
commit
a6a3770aaa
1 changed files with 30 additions and 0 deletions
30
srcpkgs/xdot/template
Normal file
30
srcpkgs/xdot/template
Normal file
|
@ -0,0 +1,30 @@
|
||||||
|
# Template file for 'xdot'
|
||||||
|
pkgname=xdot
|
||||||
|
version="$(date -u +%Y%m%d)"
|
||||||
|
revision=1
|
||||||
|
build_style=python-module
|
||||||
|
makedepends="git python-distribute"
|
||||||
|
fulldepends="graphviz pygtk 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"
|
||||||
|
long_desc="
|
||||||
|
xdot is an interactive viewer for graphs written in Graphviz's dot language.
|
||||||
|
|
||||||
|
It uses internally the graphviz's xdot output format as an intermediate
|
||||||
|
format, and PyGTK and Cairo for rendering.
|
||||||
|
|
||||||
|
xdot can be used either as a standalone application from command line, or as
|
||||||
|
a library embedded in your python application."
|
||||||
|
|
||||||
|
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}
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue