summaryrefslogtreecommitdiff
path: root/fonts/font-vlgothic
diff options
context:
space:
mode:
Diffstat (limited to 'fonts/font-vlgothic')
-rw-r--r--fonts/font-vlgothic/.footprint6
-rw-r--r--fonts/font-vlgothic/.signature6
-rw-r--r--fonts/font-vlgothic/MAKEPKG27
3 files changed, 39 insertions, 0 deletions
diff --git a/fonts/font-vlgothic/.footprint b/fonts/font-vlgothic/.footprint
new file mode 100644
index 0000000..eebcb54
--- /dev/null
+++ b/fonts/font-vlgothic/.footprint
@@ -0,0 +1,6 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/fonts/
+drwxr-xr-x root/root usr/share/fonts/vlgothic/
+-rw-r--r-- root/root usr/share/fonts/vlgothic/VL-Gothic-Regular.ttf
+-rw-r--r-- root/root usr/share/fonts/vlgothic/VL-PGothic-Regular.ttf
diff --git a/fonts/font-vlgothic/.signature b/fonts/font-vlgothic/.signature
new file mode 100644
index 0000000..4bfe313
--- /dev/null
+++ b/fonts/font-vlgothic/.signature
@@ -0,0 +1,6 @@
+RWTZ9IduCSQ/mIoMuTQoZwTI47KszUdDYXJQn75T13DWwnd4h+suhYuunq2egIFc9by05NC6ilWZ7c83JYURVpcJdRQPddMoqg4=
+
+SHA256 (MAKEPKG) = 845b1c1c9cface61a59e8c0b507d0665410800a43b67f719be10052681ad1a8f
+SHA256 (.footprint) = 280ccdc7b6d1eeafa42af52ab23bd3c26cd97c75d116b2046b7609fcdd1c1842
+SHA256 (VLGothic-20230918.tar.xz) = c064b19e72da23a26ef18f336bcfed2cb2f5243cc055f1cfa0b35afc7e850e18
+SHA256 (font-vlgothic#20230918-1.pkg.tar.gz) = da1c52b29c25c476630ca44a49183679bd733767e7d6a5c56019faad557c201e
diff --git a/fonts/font-vlgothic/MAKEPKG b/fonts/font-vlgothic/MAKEPKG
new file mode 100644
index 0000000..438a95a
--- /dev/null
+++ b/fonts/font-vlgothic/MAKEPKG
@@ -0,0 +1,27 @@
+#!/bin/mkpkg
+# description: VL Gothic Japanese TrueType fonts (from Vine Linux / M+ / Sazanami)
+# url: https://vlgothic.dicey.org/
+
+name=font-vlgothic
+version=20230918
+release=1
+depends=(fontconfig)
+makedeps=()
+source=(https://github.com/daisukesuzuki/VLGothic/releases/download/20230918/VLGothic-$version.tar.xz)
+sha256sums=(
+ "c064b19e72da23a26ef18f336bcfed2cb2f5243cc055f1cfa0b35afc7e850e18"
+)
+
+build() {
+ install -d $PKG/usr/share/fonts/vlgothic
+ install -m 644 VLGothic/VL-Gothic-Regular.ttf \
+ VLGothic/VL-PGothic-Regular.ttf \
+ $PKG/usr/share/fonts/vlgothic/
+}
+
+signify() {
+ untrusted comment: public key
+ RWTZ9IduCSQ/mL8337TEUinPwT92xFEUpD92hkS7IxcOnzTt9QdpohT3
+}
+
+# vim: filetype=sh