summaryrefslogtreecommitdiff
path: root/user/koruri/APKBUILD
blob: 58229ed886e50e9bcc0968841bb7505b0ebe0278 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Contributor: A. Wilcox <awilfox@adelielinux.org>
# Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname=koruri
pkgver=20180915
pkgrel=0
pkgdesc="Japanese typeface based on M+ FONTS and Open Sans"
url="https://osdn.net/projects/koruri/"
arch="noarch"
options="!check"  # No test suite.
license="Apache-2.0 AND custom:M+-FONTS"
depends="fontconfig"
makedepends=""
subpackages=""
source="https://mirrors.gigenet.com/OSDN//koruri/70038/Koruri-$pkgver.tar.xz"
builddir="$srcdir/Koruri-$pkgver"

package() {
	cd "$builddir"
	install -m644 -Dt "$pkgdir"/usr/share/fonts/X11/TTF/ *.ttf
}

sha512sums="0a78240e75782c07752e29e8591d5eab2b15fd0f784e569c60c438c2a1e49c462fa6e4e1734c1922d8bb0b1eb22fd4c74a71c0c0b7d127fb1d4c410835b98bd7  Koruri-20180915.tar.xz"