summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: dd7fa1a8c8ea085af2ecad59e01cce0652e08f53 (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
33
# Maintainer: Hydral <hydraldev@gmail.com>
# Co-maintainer: Qontinuum <qontinuum.dev@protonmail.ch>

_jobId=2141747092 
pkgname=solarus-bin
pkgver=1.7.0.dev.$_jobId
pkgrel=1
arch=('x86_64')
pkgdesc='A lightweight, free and open-source game engine for Action-RPGs'
url='https://gitlab.com/solarus-games/solarus'
license=('GPL3')
depends=('glm'
         'hicolor-icon-theme'
         'libmodplug>=0.8.8.4'
         'libvorbis'
         'luajit>=2.0'
         'openal'
         'physfs'
         'qt5-base'
         'sdl2>=2.0.6'
         'sdl2_image'
         'sdl2_ttf')
source=("$pkgname-$pkgver.zip::https://gitlab.com/solarus-games/solarus/-/jobs/$_jobId/artifacts/download")
provides=('solarus')
conflicts=('solarus')
b2sums=('460e4f016ce9bfc60bf1cc624302aafc20c0980c442d65fe8b4b0b35bbc262109e2253cc260a3ad13cbac0c3221f2b1b0f04ec753c38c1461a473199e1a71bf9')

package() {
  cd "$srcdir/staging"
  install -dm755 "$pkgdir/usr"
  mv * "$pkgdir/usr"
}
# vim:set sw=2 et: