16 lines
574 B
Bash
16 lines
574 B
Bash
# Template file for 'xdot'
|
|
pkgname=xdot
|
|
version=1.0
|
|
revision=1
|
|
noarch=yes
|
|
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="Juan RP <xtraeme@voidlinux.eu>"
|
|
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=a8594f94f43f938e01e42ff6015c7e00e3ee1a00c7f06d6287d8c939ffa94f76
|