mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
xdot: update to 0.6.
This commit is contained in:
parent
da901d0072
commit
70b22976ca
1 changed files with 5 additions and 7 deletions
|
@ -1,6 +1,7 @@
|
||||||
# Template file for 'xdot'
|
# Template file for 'xdot'
|
||||||
pkgname=xdot
|
pkgname=xdot
|
||||||
version=20140618
|
reverts="20140618_1"
|
||||||
|
version=0.6
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
hostmakedepends="python-setuptools git"
|
hostmakedepends="python-setuptools git"
|
||||||
|
@ -12,9 +13,6 @@ short_desc="Interactive viewer for Graphviz dot files"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
homepage="https://code.google.com/p/jrfonseca/wiki/XDot"
|
homepage="https://code.google.com/p/jrfonseca/wiki/XDot"
|
||||||
|
distfiles="https://github.com/jrfonseca/xdot.py/archive/$version.tar.gz"
|
||||||
do_fetch() {
|
checksum=0932bb72abaa77e6a5c4f2acd13569763c23d2761f4e9e5e49993bc69da9cce2
|
||||||
local url="git://github.com/jrfonseca/xdot.py"
|
wrksrc="xdot.py-$version"
|
||||||
msg_normal "Fetching source from $url ...\n"
|
|
||||||
git clone ${url} xdot-${version}
|
|
||||||
}
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue