summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 51aa0a7e667642e4f7bc68babad7bc24702fc772 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
pkgname=ark-pixel-font-12px-proportional
pkgver=2023.11.26
pkgrel=1
pkgdesc="Open source Pan-CJK pixel font / 开源的泛中日韩像素字体 (12px proportional)"
arch=('any')
url="https://github.com/TakWolf/ark-pixel-font"
license=('OFL')
source=("https://github.com/TakWolf/ark-pixel-font/releases/download/2023.11.26/ark-pixel-font-12px-proportional-otf-v2023.11.26.zip")
sha256sums=('ee3499ef90f18b88f579f44859e76099a01996fb0ad6688940dd2b343ee34597')  # Calculated SHA256 checksum of the zip file

package() {
  cd "${srcdir}"
  install -d "${pkgdir}/usr/share/fonts/ark-pixel"
  install -Dm644 *.otf "${pkgdir}/usr/share/fonts/ark-pixel/"
  install -Dm644 OFL.txt "${pkgdir}/usr/share/licenses/${pkgname}/OFL.txt"
}