summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoramtoaer2020-09-03 16:48:02 +0800
committeramtoaer2020-09-03 16:48:02 +0800
commitac22161e0f7af00c5e9e3d242e6598da70900eae (patch)
tree1f0c1ecad2c33ae42f54bf049ff2a37a67fcae1c
downloadaur-ac22161e0f7af00c5e9e3d242e6598da70900eae.tar.gz
1.3.0
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD16
2 files changed, 28 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..da1b0fac56a8
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,12 @@
+pkgbase = ipgw-bin
+ pkgdesc = Northeastern University Gateway Client
+ pkgver = 1.3.0
+ pkgrel = 1
+ url = https://github.com/neucn/ipgw
+ arch = x86_64
+ license = MIT
+ source = https://github.com/neucn/ipgw/releases/download/v1.3.0/ipgw_linux
+ md5sums = beb7191bfbfc60de70a411461c64f473
+
+pkgname = ipgw-bin
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..386d748a0be0
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,16 @@
+# Maintainer: amtoaer <amtoaer@outlook.com>
+pkgname=ipgw-bin
+pkgver=1.3.0
+pkgrel=1
+pkgdesc="Northeastern University Gateway Client"
+arch=('x86_64')
+url="https://github.com/neucn/ipgw"
+license=('MIT')
+
+source=("https://github.com/neucn/ipgw/releases/download/v$pkgver/ipgw_linux")
+
+md5sums=('beb7191bfbfc60de70a411461c64f473')
+
+package(){
+ install -D -m 755 $srcdir/ipgw_linux $pkgdir/usr/bin/ipgw
+}