16 lines
577 B
Bash
16 lines
577 B
Bash
# Template file for 'xdot'
|
|
pkgname=xdot
|
|
version=1.1
|
|
revision=2
|
|
archs=noarch
|
|
wrksrc="xdot.py-${version}"
|
|
build_style=python3-module
|
|
pycompile_module="xdot"
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-setuptools graphviz gtk+3 python3-gobject"
|
|
short_desc="Interactive viewer for Graphviz dot files"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="LGPL-3.0-or-later"
|
|
homepage="https://github.com/jrfonseca/xdot.py"
|
|
distfiles="https://github.com/jrfonseca/xdot.py/archive/${version}.tar.gz"
|
|
checksum=724c5977bffd775b680e80b49b65fe8b5a8cf92376aa4bbac6f7b05dd9bf002e
|