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

pkgname=holo-plymouth-themes
_tag=v0.5
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=('b1180838af1645e00e07090d14326d71f6fe7bd8b70b5beebd24b1984361aa81e21fcbdef1bd34efc9c66e33a4debd6b154ca55616d7ae99a267054896583e10')

build() {
    true
}

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