summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 426b0b43876fb74e30d809bf879a513d2fa55a79 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Maintainer: Svitozar Cherepii <razotivs@gmail.com>
pkgname=rvgl-soundtrack
pkgver=18.0920
pkgrel=1
pkgdesc="RVGL community-made sountrack."
url='https://rvgl.re-volt.io'
arch=('any')
license=('custom')
depends=('rvgl-bin')
source=("https://distribute.re-volt.io/packs/soundtrack.zip"
        "https://distribute.re-volt.io/releases/soundtrack.txt")
sha256sums=('cb25d46b9cc2d6658a07bcd874566960d54e6617c90b3e594741dee5632c5c20'
            'SKIP')

pkgver() {
    cat soundtrack.txt
}

package() {
    find redbook music -type f -exec \
        install -Dm644 {} "$pkgdir/opt/rvgl/{}" \;
}