# Maintainer: Huki # Contributor: Svitozar Cherepii pkgname=rvgl-soundtrack pkgver=20.1008 pkgrel=1 pkgdesc="RVGL original Dreamcast soundtrack." url='https://rvgl.org' arch=('any') license=('custom') depends=('rvgl-bin') makedepends=('git') conflicts=('rvgl-soundtrack-orig') replaces=('rvgl-soundtrack-orig') groups=('rvgl-original') source=("rvgl_soundtrack"::git+https://gitlab.com/re-volt/ost.git#tag=${pkgver}) sha256sums=('SKIP') package() { cd "$srcdir/rvgl_soundtrack" find * -type f -exec install -Dm644 {} "$pkgdir/opt/rvgl/{}" \; }