16 lines
580 B
Bash
16 lines
580 B
Bash
# Template file for 'gns3-net-converter'
|
|
pkgname=gns3-net-converter
|
|
version=1.3.0
|
|
revision=3
|
|
noarch=yes
|
|
build_style=python3-module
|
|
pycompile_module="gns3converter"
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-setuptools python3-configobj"
|
|
short_desc="Convert old ini-style GNS3 topologies to v1+ JSON format"
|
|
maintainer="Michael Aldridge <maldridge@VoidLinux.eu>"
|
|
license="GPL-3"
|
|
homepage="https://github.com/gns3/gns3-converter"
|
|
distfiles="${PYPI_SITE}/g/${pkgname}/${pkgname}-${version}.tar.gz"
|
|
checksum=0d189874a299af3853e97e88e41f089cad2949251ef0a68c9b217485ccc76ac6
|