init with 0.301

This commit is contained in:
qwjyh 2025-04-07 17:51:26 +09:00
commit 1b3c58014f
2 changed files with 27 additions and 0 deletions

11
.SRCINFO Normal file
View file

@ -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

16
PKGBUILD Normal file
View file

@ -0,0 +1,16 @@
# Maintainer: qwjyh <urataw421 at gmail dot com>
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
}