summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 435f3c845c46d113f13d3020e9769a558bda02a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Maintainer: Huki <gk7huki@gmail.com>
# Contributor: Svitozar Cherepii <razotivs@gmail.com>

pkgname=rvgl-io-tracks-circuit
pkgver=24.0128
pkgrel=1
pkgdesc="Additional RVGL tracks used for drifting and other special events."
url='https://re-volt.io/online/tracks/circuit'
arch=('any')
license=('custom')
depends=('rvgl-bin')
optdepends=('rvgl-io-music: extra music'
            'rvgl-io-loadlevel: custom load screens')
makedepends=('git')
groups=('rvgl-bonus')
source=("rvgl_io_tracks_circuit"::git+https://gitlab.com/re-volt/rvio/circuit_tracks.git#tag=${pkgver})
sha256sums=('SKIP')

package() {
    cd "$srcdir/rvgl_io_tracks_circuit"
    find * -type f -exec install -Dm644 {} "$pkgdir/opt/rvgl/{}" \;
}