void-packages/srcpkgs/gns3-gui/template
2019-12-24 12:24:33 +01:00

22 lines
827 B
Bash

# Template file for 'gns3-gui'
pkgname=gns3-gui
version=2.2.3
revision=3
archs=noarch
build_style=python3-module
pycompile_module="gns3"
hostmakedepends="python3-setuptools"
depends="python3-setuptools python3-psutil python3-jsonschema python3-raven
python3-PyQt5-svg python3-PyQt5-websockets python3-sip xterm inetutils-telnet
gns3-net-converter python3-distro"
short_desc="Graphical Network Simulator 3 - GUI"
maintainer="Michael Aldridge <maldridge@voidlinux.org>"
license="GPL-3.0-or-later"
homepage="https://gns3.com"
distfiles="https://github.com/GNS3/${pkgname}/archive/v${version}.tar.gz"
checksum=cdffe76a94cd20316b46592cd7b38234a55955d1178d4245c34bfb21dd5e0872
post_install() {
vinstall gns3-gui.desktop 644 usr/share/applications
vinstall resources/images/gns3_icon_256x256.png 644 usr/share/pixmaps gns3.png
}