blob: b366021b2fdc1e2d88c49b6be5af8e17cf34b144 (
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-modern
pkgver=22.0514
pkgrel=1
pkgdesc="Additional modern 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_modern"::git+https://gitlab.com/re-volt/rvio/clockworks_modern.git#tag=${pkgver})
sha256sums=('SKIP')
package() {
cd "$srcdir/rvgl_io_clockworks_modern"
find * -type f -exec install -Dm644 {} "$pkgdir/opt/rvgl/{}" \;
}
|