# Maintainer: Huki # Contributor: Svitozar Cherepii 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/{}" \; }