blob: e2486e9d0213606ba71485859dcaad597f427cc1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
pkgname=raveos-plymouth-theme
pkgver=1.0.0
pkgrel=1
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/"
}
|