summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 08fc01ba5351efeb9d808365873f9e5f7e6efa6f (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: Matthew Sexton <matthew@asylumtech.com>
# Contributor: Carlos Aznarán <caznaranl@uni.pe>
# Contributor: Luis Martinez <luis dot martinez at disroot dot org>

pkgname=mazter-bin
pkgver=1.0.0
pkgrel=2
pkgdesc="Mazes in your terminal"
arch=(x86_64)
url="https://dystroy.org/mazter/"
license=('MIT')
depends=('gcc-libs')
provides=('mazter')
conflicts=('mazter')
source=("$pkgname-$pkgver.zip::https://dystroy.org/mazter/download/mazter_$pkgver.zip")
sha512sums=('9e1575c57c1131b0793920cd95fe8185bacb7ed45b94657fa57e11671247cd35a4b5303e8f33fa684cc91a2d233042131fa83990bf173b47b7efc034c196f9ad')

package() {
  cd build
  install -D "$CARCH-linux/mazter" -t "$pkgdir/usr/bin/"
  install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname/"
  install -Dm644 README.md -t "$pkgdir/usr/share/doc/$pkgname/"
}