summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: fe4d95f8d9c74dfc701b3e09b155947a50639f33 (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
26
27
28
29
30
31
32
pkgname=moorestech
pkgver=dev_v2.0.0
pkgrel=1
epoch=
pkgdesc="OSS automated industrial game developed in Unity."
arch=('x86_64')
url="https://github.com/moorestech"
license=('Apache')
groups=()
depends=()
makedepends=()
checkdepends=()
optdepends=()
provides=()
conflicts=()
replaces=()
backup=()
options=()
install=
changelog=
source=("https://github.com/moorestech/moorestech_client/releases/download/dev-v2.0.0/moorestech-linux.tar")
noextract=()
md5sums=('SKIP')
validpgpkeys=()

package() {
        cd "$srcdir"
        tar -xf moorestech-linux.tar
        install -dm755 "${pkgdir}/opt/moorestech"
        cp -a ./* "${pkgdir}/opt/moorestech"
        ln -s "${pkgdir}/opt/moorestech" "/usr/bin/moorestech"
}