18 lines
626 B
Bash
18 lines
626 B
Bash
# Template file for 'xdot'
|
|
pkgname=xdot
|
|
version=0.9
|
|
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=df7790db573d7a5512e6fa618d9051508c43cf64ca432d97c2207c87b6f20dbd
|
|
wrksrc="xdot.py-${version}"
|