void-packages/srcpkgs/gns3-server/template
2025-02-17 22:44:22 -05:00

26 lines
1.2 KiB
Bash

# Template file for 'gns3-server'
pkgname=gns3-server
version=2.2.53
revision=1
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-setuptools python3-jsonschema python3-aiohttp python3-aiohttp-cors
python3-yarl python3-Jinja2 python3-psutil python3-aiofiles python3-platformdirs
python3-py-cpuinfo python3-distro python3-async-timeout dynamips ubridge busybox-static"
checkdepends="${depends} python3-pytest python3-flake8 python3-pytest-timeout python3-pytest-aiohttp"
short_desc="Graphical Network Simulator 3 - Server"
maintainer="Tim Sandquist <tim.sandquist@gmail.com>"
license="GPL-3.0-or-later"
homepage="https://gns3.com"
changelog="https://raw.githubusercontent.com/GNS3/gns3-server/master/CHANGELOG"
distfiles="https://github.com/GNS3/gns3-server/archive/v${version}.tar.gz"
checksum=d9a8ed44a8dfe3740107f3f7445ab8eaac338ba6c5f06d319fabf2bbedb77ec9
post_patch() {
# comment out requirements since versions are usually out of sync with Void packages
vsed -e 's|^|#|' -i requirements.txt
# pre-populate docker resource directory with static busybox binary
if [ "$CROSS_BUILD" ]; then
cp ${XBPS_CROSS_BASE}/bin/busybox.static gns3server/compute/docker/resources/bin/busybox
fi
}