summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Kojevnikov2015-09-03 04:43:40 +0000
committerAndrey Kojevnikov2015-09-03 04:43:40 +0000
commit5b71c85556916e43cbd2be8fb1df5bc5a57c137e (patch)
treed97549173ac84e1d204fe32bfd35b27856a15ef9
parent051b001be430cef13e95fe11c6fb0aa022cbfd97 (diff)
downloadaur-5b71c85556916e43cbd2be8fb1df5bc5a57c137e.tar.gz
groups=('gns3')
-rw-r--r--.SRCINFO1
-rw-r--r--.gitignore13
-rw-r--r--PKGBUILD1
3 files changed, 15 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d63c25aa2108..027e9bae3f8e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = gns3-server
url = https://github.com/GNS3/gns3-server
install = gns3-server.install
arch = any
+ groups = gns3
license = GPL3
makedepends = python-setuptools
depends = python-jsonschema
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..b73905529f23
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,13 @@
+*.tar
+*.tar.*
+*.jar
+*.exe
+*.msi
+*.zip
+*.tgz
+*.log
+*.log.*
+*.sig
+
+pkg/
+src/
diff --git a/PKGBUILD b/PKGBUILD
index 49cba580b76d..b2939a1f9b9c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,6 +7,7 @@ pkgdesc='GNS3 network simulator. Server package.'
arch=('any')
url='https://github.com/GNS3/gns3-server'
license=('GPL3')
+groups=('gns3')
makedepends=('python-setuptools')
depends=('python-jsonschema' 'python-aiohttp' 'python-jinja' 'python-raven')
optdepends=('dynamips: Cisco router emulator.'