summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD14
1 files changed, 14 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..a46f5d985910
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,14 @@
+pkgname=ttf-guifanshusong
+pkgver=1.0
+pkgrel=1
+pkgdesc='方正规范书宋,完整覆盖《通用规范汉字表》'
+arch=('any')
+url='https://github.com/judith04/general-standard-hanzi'
+license=('个人非商用')
+depends=('fontconfig')
+source=("https://github.com/judith04/general-standard-hanzi/raw/main/方正规范书宋/FZGFShuSong_unicode.ttf")
+sha256sums=('1a754b202837653ec871da96930c517b2fc6da02e8528bfa5a42c5e2fe731a0d')
+
+package() {
+ install -Dm644 "$srcdir/FZGFShuSong_unicode.ttf" "$pkgdir/usr/share/fonts/fzgfshusong/FZGFShuSong.ttf"
+} \ No newline at end of file