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

pkgname=rvgl-io-clockworks
pkgver=22.0514
pkgrel=1
pkgdesc="Additional classic clockwork cars for RVGL."
url='https://re-volt.io/online/cars/clockwork'
arch=('any')
license=('custom')
depends=('rvgl-bin')
makedepends=('git')
groups=('rvgl-bonus')
source=("rvgl_io_clockworks"::git+https://gitlab.com/re-volt/rvio/clockworks_classic.git#tag=${pkgver})
sha256sums=('SKIP')

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