summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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 939a5ebf4338..7d566cdec0ef 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = iouyap
url = https://github.com/GNS3/iouyap
arch = i686
arch = x86_64
+ groups = gns3
license = GPL3
makedepends = iniparser
source = iouyap-0.95.tar.gz::https://github.com/GNS3/iouyap/archive/0.95.tar.gz
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 85e533fc4f12..7913e7760d2d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,6 +7,7 @@ pkgdesc='Bridge IOU to UDP, TAP and Ethernet. GNS3 tool.'
arch=('i686' 'x86_64')
url='https://github.com/GNS3/iouyap'
license=('GPL3')
+groups=('gns3')
makedepends=('iniparser')
depends=()
optdepends=()