summaryrefslogtreecommitdiff
path: root/raveos-plymouth-theme/PKGBUILD
blob: 8190196f7536b5dfdcce11b21b0eb95a3c73c8c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Maintainer: nippy <nippy@tuta.io>
pkgname=raveos-plymouth-theme
pkgver=1.0.0
pkgrel=2
pkgdesc="RaveOS Plymouth boot splash theme"
arch=('any')
url="https://git.rp1.hu/RaveOS"
license=('GPL')
depends=('plymouth')
install=raveos-plymouth-theme.install
source=()
sha256sums=()

package() {
  install -d "${pkgdir}/usr/share/plymouth/themes/raveos"
  cp -r "${startdir}/theme-data/." "${pkgdir}/usr/share/plymouth/themes/raveos/"
}