summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD18
1 files changed, 18 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..a1dd12b84608
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,18 @@
+# Maintainer: Davidyz (hzjlyz@gmail.com)
+pkgname=plymouth-theme-550w
+pkgver=0.1
+pkgrel=1
+pkgdesc="A Plymouth theme for the 550W from movie The Wandering Earth."
+arch=('any')
+url=""
+license=('GPL')
+depends=(plymouth)
+source=("git+https://github.com/Davidyz/plymouth-theme-550w.git")
+md5sums=("SKIP") #generate with 'makepkg -g'
+install=plymouth-theme-550w.install
+
+package() {
+ cd "$pkgname"
+ mkdir -p $pkgdir/usr/share/plymouth/themes/550w/
+ install -Dm755 assets/* $pkgdir/usr/share/plymouth/themes/550w
+}