diff options
Diffstat (limited to 'abs/core/plymouth-theme-linhes/PKGBUILD')
-rw-r--r-- | abs/core/plymouth-theme-linhes/PKGBUILD | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/abs/core/plymouth-theme-linhes/PKGBUILD b/abs/core/plymouth-theme-linhes/PKGBUILD new file mode 100644 index 0000000..0418a70 --- /dev/null +++ b/abs/core/plymouth-theme-linhes/PKGBUILD @@ -0,0 +1,17 @@ +# +pkgname="plymouth-theme-linhes-logo" +pkgver=1 +pkgrel=1 +pkgdesc="linhes logo theme for plymouth" +arch=('any') +license=('GPL') +depends=('plymouth') +options=('') +source=("linhes-logo.tar.gz") + +package() { + cd $srcdir/linhes-logo + mkdir -p $pkgdir/usr/share/plymouth/themes/linhes-logo + install -Dm644 * $pkgdir/usr/share/plymouth/themes/linhes-logo +} +md5sums=('ec26e16177210f616765e3848b1bf5e4') |