22 lines
760 B
Bash
22 lines
760 B
Bash
# Template file for 'gns3-gui'
|
|
pkgname=gns3-gui
|
|
version=2.1.3
|
|
revision=1
|
|
noarch=yes
|
|
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"
|
|
short_desc="Graphical Network Simulator 3 - GUI"
|
|
maintainer="Michael Aldridge <maldridge@VoidLinux.eu>"
|
|
license="GPL-3"
|
|
homepage="https://gns3.com"
|
|
distfiles="https://github.com/GNS3/${pkgname}/archive/v${version}.tar.gz"
|
|
checksum=4cf5f9184e8fd88c210aff258545bf9ae62820d431812535977c9305faf1facf
|
|
|
|
post_install() {
|
|
vinstall gns3-gui.desktop 644 usr/share/applications
|
|
vinstall resources/images/gns3_icon_256x256.png 644 usr/share/pixmaps gns3.png
|
|
}
|