summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwuhgit2022-08-18 11:05:12 +0800
committerwuhgit2022-08-18 11:05:12 +0800
commitd758f5bce9b7765c7c1fb3cbcdaac06b0e37ae11 (patch)
treea840568cbd4493b3f4e6cbcc8368267a69edf069
downloadaur-d758f5bce9b7765c7c1fb3cbcdaac06b0e37ae11.tar.gz
2022-08-18
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD16
2 files changed, 28 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..a841b74b486c
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,12 @@
+pkgbase = fcitx5-pinyin-custom-pinyin-dictionary
+ pkgdesc = Fcitx5 自建拼音输入法词库,百万常用词汇量。
+ pkgver = 20220812
+ pkgrel = 1
+ url = https://github.com/wuhgit/CustomPinyinDictionary
+ arch = any
+ license = GFDL
+ license = CCPL:by-sa
+ source = https://github.com/wuhgit/CustomPinyinDictionary/releases/download/assets/CustomPinyinDictionary_Fcitx_20220812.tar.gz
+ sha256sums = 245399f01c874755144e45a9de61a6cd4de440e0a766621c7e350663fbab69f4
+
+pkgname = fcitx5-pinyin-custom-pinyin-dictionary
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..7f5fea5103c0
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,16 @@
+# Maintainer: wuhgit <wuhgit@users.noreply.github.com>
+
+pkgname=fcitx5-pinyin-custom-pinyin-dictionary
+pkgver=20220812
+_reponame=CustomPinyinDictionary
+pkgrel=1
+pkgdesc="Fcitx5 自建拼音输入法词库,百万常用词汇量。"
+arch=('any')
+url="https://github.com/wuhgit/CustomPinyinDictionary"
+license=('GFDL' 'CCPL:by-sa')
+source=("https://github.com/wuhgit/${_reponame}/releases/download/assets/CustomPinyinDictionary_Fcitx_${pkgver}.tar.gz")
+sha256sums=('245399f01c874755144e45a9de61a6cd4de440e0a766621c7e350663fbab69f4')
+
+package() {
+ install -Dm644 CustomPinyinDictionary_Fcitx.dict -t ${pkgdir}/usr/share/fcitx5/pinyin/dictionaries/
+}