void-packages/srcpkgs/gns3-gui/template
2021-12-16 23:15:32 +01:00

24 lines
1 KiB
Bash

# Template file for 'gns3-gui'
pkgname=gns3-gui
version=2.2.28
revision=1
build_style=python3-module
# Skip tests/test_link.py::test_create_link test that wasn't updated with the code https://github.com/GNS3/gns3-gui/commit/545a9f53
make_check_args="-k-test_create_link"
hostmakedepends="python3-setuptools"
depends="python3-setuptools python3-psutil python3-jsonschema
python3-PyQt5-svg python3-PyQt5-websockets xterm inetutils-telnet
gns3-net-converter python3-distro"
checkdepends="${depends} python3-pytest python3-wheel"
short_desc="Graphical Network Simulator 3 - GUI"
maintainer="Tim Sandquist <tim.sandquist@gmail.com>"
license="GPL-3.0-or-later"
homepage="https://gns3.com"
changelog="https://raw.githubusercontent.com/GNS3/gns3-gui/master/CHANGELOG"
distfiles="https://github.com/GNS3/${pkgname}/archive/v${version}.tar.gz"
checksum=8b6e5df17ae472bf3525e1adbb1a0d2c6f170df270f802163c00c02d75cc4ced
post_install() {
vinstall gns3-gui.desktop 644 usr/share/applications
vinstall resources/images/gns3_icon_256x256.png 644 usr/share/pixmaps gns3.png
}