summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzzy-ac2022-10-19 21:42:29 +0800
committerzzy-ac2022-10-19 21:42:29 +0800
commit2e20fa3fcc091fafc054b750f5d4a9b05c399844 (patch)
tree57eb1c462e6350d1435f346064babaeb2264f442
downloadaur-2e20fa3fcc091fafc054b750f5d4a9b05c399844.tar.gz
2022-10-19_21:42:29
-rw-r--r--.SRCINFO12
-rw-r--r--Microsoft-style-dark.tar.gzbin0 -> 34253 bytes
-rw-r--r--PKGBUILD23
3 files changed, 35 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..314888628af8
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,12 @@
+pkgbase = fcitx5-skin-microsoft-style-dark
+ pkgdesc = A ssf to fcitx5 skin ,made by ssfconv.
+ pkgver = 1
+ pkgrel = 1
+ url = https://github.com/zzy-ac/fcitx5-skin-microsoft-style
+ arch = any
+ license = Apache
+ depends = fcitx5
+ source = https://github.com/zzy-ac/fcitx5-skin-microsoft-style/raw/main/Microsoft-style-dark.tar.gz
+ md5sums = 0ab85d47d7546c2ab7083057c341a0f5
+
+pkgname = fcitx5-skin-microsoft-style-dark
diff --git a/Microsoft-style-dark.tar.gz b/Microsoft-style-dark.tar.gz
new file mode 100644
index 000000000000..e3c44b8085fe
--- /dev/null
+++ b/Microsoft-style-dark.tar.gz
Binary files differ
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..50599be28da4
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,23 @@
+# Maintainer: Xuanrui Qi <me@xuanruiqi.com>
+# Contributor: whriedplanck
+# Contributor: HRKo <hrko[at]r-c.dev>
+
+pkgname=fcitx5-skin-microsoft-style-dark
+pkgver=1
+pkgrel=1
+pkgdesc="A ssf to fcitx5 skin ,made by ssfconv."
+arch=('any')
+url="https://github.com/zzy-ac/fcitx5-skin-microsoft-style"
+license=('Apache')
+depends=('fcitx5')
+source=("$url/raw/main/Microsoft-style-dark.tar.gz")
+md5sums=('0ab85d47d7546c2ab7083057c341a0f5')
+
+package() {
+ _variant_name=Microsoft-style-dark
+ cd ${srcdir}
+ cd $_variant_name
+
+ install -dm755 "${pkgdir}"/usr/share/fcitx5/themes/$_variant_name
+ install -m644 ./* "$pkgdir"/usr/share/fcitx5/themes/$_variant_name
+}