commit 1b3c58014f2096f7fc2e97e7b8ae8a5bc8386371 Author: qwjyh Date: Mon Apr 7 17:51:26 2025 +0900 init with 0.301 diff --git a/.SRCINFO b/.SRCINFO new file mode 100644 index 0000000..34eb2aa --- /dev/null +++ b/.SRCINFO @@ -0,0 +1,11 @@ +pkgbase = otf-kikai-chokoku-jis + pkgdesc = A standard font for sculpture standarized in JIS. + pkgver = 0.301 + pkgrel = 1 + url = https://font.kim + arch = any + license = custom + source = https://font.kim/ki-cho-jis_0301.zip + sha256sums = 55fe1a39a5d4a5c80903838f2fbc92409a999eeaf80b00ddc35c8d3c3217b4ee + +pkgname = otf-kikai-chokoku-jis diff --git a/PKGBUILD b/PKGBUILD new file mode 100644 index 0000000..5482b05 --- /dev/null +++ b/PKGBUILD @@ -0,0 +1,16 @@ +# Maintainer: qwjyh + +pkgname=otf-kikai-chokoku-jis +pkgver=0.301 +pkgrel=1 +pkgdesc="A standard font for sculpture standarized in JIS." +arch=('any') +url='https://font.kim' +license=('custom') +source=(https://font.kim/ki-cho-jis_0301.zip) +sha256sums=('55fe1a39a5d4a5c80903838f2fbc92409a999eeaf80b00ddc35c8d3c3217b4ee') + +package() { + install -Dm644 *.otf -t "$pkgdir"/usr/share/fonts/OTF + install -Dm644 readme[utf-8].txt "$pkgdir"/usr/share/licenses/"$pkgname"/readme[utf-8].txt +}