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

pkgname=holo-plymouth-themes
_tag=v0.4
pkgver=${_tag#v}
pkgrel=2
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=('eef508aa768c8fcb1666fc7d369f3517f17a6205a8c60cac11ce77109a4e24b0b05b7c48b895715bc388d323fdeffa6558c2da454b93ee620a9d8fbcad1488de')

build() {
    true
}

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