mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-12 19:36:48 +02:00
22 lines
758 B
Text
22 lines
758 B
Text
# Contributor: Hugo Osvaldo Barrera <hugo@whynothugo.nl>
|
|
maintainer="Hugo Osvaldo Barrera <hugo@whynothugo.nl>"
|
|
pkgname=font-hanazono
|
|
pkgver=20170904
|
|
pkgrel=1
|
|
pkgdesc="Free Kanji font including over 80,000 Unicode characters."
|
|
url="https://osdn.net/projects/hanazono-font/"
|
|
options="!check" # no tests
|
|
arch="noarch"
|
|
license="OFL-1.1" # Also (dual) licensed under the "Hanazono"
|
|
source="http://osdn.dl.osdn.net/hanazono-font/68253/hanazono-$pkgver.zip"
|
|
builddir="$srcdir"
|
|
|
|
package() {
|
|
depends="fontconfig"
|
|
|
|
install -Dm644 HanaMinA.ttf HanaMinB.ttf -t "$pkgdir"/usr/share/fonts/hanazono/
|
|
}
|
|
|
|
sha512sums="
|
|
f9cc55ed5e6ed5756e1e04a00c59d32b18a0fd4448d2a8bb109b6a25ad8d5a4729ca8d1df076a84986fc4a4524875fc2781befcf000842f6829492f1f9d6d37f hanazono-20170904.zip
|
|
"
|