# Maintainer: Vivek Das Mohapatra <vivek@collabora.com>

pkgname=holo-plymouth-themes
_tag=v0.6
pkgver=${_tag#v}
pkgrel=1
arch=('any')
url='https://gitlab.steamos.cloud/holo/holo-plymouth-themes'
pkgdesc='Boot splash theme with optional progress bar, title, and messages'
license=('GPL-2.0-or-later') # same as plymouth, without which this is useless
makedepends=(git rsync)
source=("$pkgname::git+ssh://git@gitlab.steamos.cloud/holo/${pkgname}#tag=${_tag}")
b2sums=('421f642e29b78bb4e2c3cdff66a1c775b4c957d9293f2904ec3030c6ab8118335016350b7d7cca253c710b09f20c1dbb43cc6389b0df6c17d6ecdc9baf53cf2b')

build() {
    true
}

package () {
    rsync --exclude=assets -a "$srcdir"/$pkgname/* "$pkgdir"
}
