summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 1fa9cbbaad8d9483e08d7f5b4ed3eb47c03f3ccf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Maintainer: amtoaer <amtoaer@gmail.com>
pkgname=ipgw-bin
pkgver=0.1.3
pkgrel=1
# update from 1.3.0 to 0.1.1
epoch=1
pkgdesc="Northeastern University Gateway Client"
arch=('x86_64')
url="https://github.com/neucn/ipgw"
license=('MIT')

source=(
	"ipgw_linux::https://github.com/neucn/ipgw/releases/download/v$pkgver/ipgw-linux-amd64.zip"
	"LICENSE::https://raw.githubusercontent.com/neucn/ipgw/master/LICENSE"
)

md5sums=(
	'37bc1b00b3b68706b0b15a8ecf31d9f1'
	'82fc1432415e7f3a2581dff2acb762e5'
)

package() {
	install -D -m 755 $srcdir/ipgw $pkgdir/usr/bin/ipgw
	install -D -m 644 $srcdir/LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
}