summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 6c605b3c95c3356f6027364616340e08f3e6e7f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Maintainer: amtoaer <amtoaer@outlook.com>
pkgname=iwsp-bin
pkgver=1.0.4
pkgrel=1
pkgdesc="Northeastern University Gymnasium Reservation."
arch=('x86_64')
url="https://github.com/amtoaer/iwsp"
license=('MIT')

source=(
        "iwsp-linux::https://github.com/amtoaer/iwsp/releases/download/${pkgver}/iwsp-linux"
        "LICENSE::https://raw.githubusercontent.com/amtoaer/iwsp/master/LICENSE"
)

md5sums=(
        '20eb5bb6ae8c73a7df78db641c2394d7'
        '31fad0aacc583d621612630ce8f5a26c'
)

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