summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorston2022-07-25 18:00:12 +0800
committerston2022-07-25 18:00:12 +0800
commit4357a7d42f0c4c3197b3c2b7a631bf525d22c265 (patch)
tree1478df32f26e1c1e2cf8b0d110ad3681671aaefd /PKGBUILD
downloadaur-4357a7d42f0c4c3197b3c2b7a631bf525d22c265.tar.gz
commit
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD17
1 files changed, 17 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..4637ad86a5a8
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,17 @@
+pkgname=ttf-pingfang-git
+pkgver=r2.895efd9
+pkgrel=1
+pkgdesc='PingFang font from Apple.'
+url='https://www.apple.com'
+arch=('x86_64')
+license=('custom')
+source=(
+'git+https://github.com/ShmilyHTT/PingFang.git'
+)
+
+package() {
+ install -d "${pkgdir}/usr/share/fonts/PingFang/"
+ install -Dm644 ${srcdir}/PingFang/*.ttf "${pkgdir}/usr/share/fonts/PingFang/"
+}
+
+sha256sums=('SKIP')