summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD20
1 files changed, 20 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..b6a2e72995c9
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,20 @@
+# Maintainer: jinzhongjia <mail@nvimer.org>
+pkgname=simple-fcitx5-theme
+pkgver=0.0.0.
+pkgrel=1
+url=''
+license=('custom')
+pkgdesc='Fcitx5 theme based on Nord color'
+arch=('any')
+license=('')
+conflicts=()
+provides=()
+replaces=()
+source=('simple-theme.tar.gz')
+sha256sums=('9984326249cbd4cc8dfc71cafe344caf13d0eeee685732b3bff28238af22d2cf')
+
+package() {
+ cd simple-theme
+ install -dm755 "$pkgdir"/usr/share/fcitx5/themes/
+ cp -r Simple-dark Simple-white "$pkgdir"/usr/share/fcitx5/themes/
+}