void-packages/srcpkgs/gns3-gui/template

22 lines
771 B
Bash
Raw Normal View History

2017-01-21 02:23:44 +00:00
# Template file for 'gns3-gui'
pkgname=gns3-gui
2018-03-12 13:54:04 +00:00
version=2.1.4
2017-11-28 05:24:17 +00:00
revision=1
noarch=yes
2017-01-21 02:23:44 +00:00
build_style=python3-module
pycompile_module="gns3"
hostmakedepends="python3-setuptools"
depends="python3-setuptools python3-psutil python3-jsonschema python3-raven
python3-PyQt5-svg xterm inetutils-telnet gns3-net-converter"
2017-01-21 02:23:44 +00:00
short_desc="Graphical Network Simulator 3 - GUI"
maintainer="Michael Aldridge <maldridge@VoidLinux.eu>"
2018-03-12 13:54:04 +00:00
license="GPL-3.0-or-later"
2017-01-21 02:23:44 +00:00
homepage="https://gns3.com"
distfiles="https://github.com/GNS3/${pkgname}/archive/v${version}.tar.gz"
checksum=da2517881307c86229693bfc01e3dd98cfa67fd91f5403f4a7ab7b6619b6efe0
post_install() {
vinstall gns3-gui.desktop 644 usr/share/applications
vinstall resources/images/gns3_icon_256x256.png 644 usr/share/pixmaps gns3.png
}