summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 34d8870980b1234a22dfde0ad0db34299709ad32 (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=18.0415
pkgrel=1
pkgdesc="Additional classic clockwork cars for RVGL."
url='https://re-volt.io/online/cars'
arch=('any')
license=('custom')
depends=('rvgl-bin')
makedepends=('git')
groups=('rvgl-community')
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/{}" \;
}