summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD14
2 files changed, 26 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..1eea926bd866
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,12 @@
+pkgbase = ttf-guifanshusong
+ pkgdesc = 方正规范书宋,完整覆盖《通用规范汉字表》
+ pkgver = 1.0
+ pkgrel = 1
+ url = https://github.com/judith04/general-standard-hanzi
+ arch = any
+ license = 个人非商用
+ depends = fontconfig
+ source = https://github.com/judith04/general-standard-hanzi/raw/main/方正规范书宋/FZGFShuSong_unicode.ttf
+ sha256sums = 1a754b202837653ec871da96930c517b2fc6da02e8528bfa5a42c5e2fe731a0d
+
+pkgname = ttf-guifanshusong
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