summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 5f422dad2117af3f7937f1799774c7b8e536e0e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Maintainer: Stanisław Jasiewicz <stjasiewicz@gmail.com>
pkgname=nwnsc-bin
pkgver=1.1.5
pkgrel=1
pkgdesc="A Neverwinter Nights script compiler (binary version)"
arch=('any')
url="https://github.com/nwneetools/nwnsc"
license=('MIT')
conflicts=('nwnsc-git')
source=("https://github.com/nwneetools/nwnsc/releases/download/v1.1.5/nwnsc-linux-v1.1.5.zip")
md5sums=('aa2f3db6b92220029c9b662e876efe65')

package() {
    install -Dm 755 "nwnsc" -t "$pkgdir/usr/bin"
}