diff options
Diffstat (limited to 'raveos-plymouth-theme/PKGBUILD')
| -rw-r--r-- | raveos-plymouth-theme/PKGBUILD | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/raveos-plymouth-theme/PKGBUILD b/raveos-plymouth-theme/PKGBUILD new file mode 100644 index 0000000..e2486e9 --- /dev/null +++ b/raveos-plymouth-theme/PKGBUILD @@ -0,0 +1,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/" +} |