summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: e7aa164e3f5843e4c59648438b89584b90c90280 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Contributor: orumin <dev@orum.in>

pkgname=otf-kingen
pkgver=1.000
pkgrel=2
pkgdesc="Japanese OpenType font obtained by mixing old style kana character font and Adobe Source Han Serif JP"
arch=('any')
url="http://www.akenotsuki.com/eyeben/fonts/kingen.html"
license=('custom:SIL')
depends=('fontconfig' 'xorg-font-utils')
makedepends=('unzip')
install=otf.install
source=("http://www.akenotsuki.com/eyeben/fonts/files/kingen1_000.zip"
        "https://raw.githubusercontent.com/adobe-fonts/source-han-sans/master/LICENSE.txt")
sha256sums=('aaadd5190b67d46d0df3c14369307486ea50fd6600629972e0d652b1794a1875'
            '6a73f9541c2de74158c0e7cf6b0a58ef774f5a780bf191f2d7ec9cc53efe2bf2')

package() {
    cd "${srcdir}"

    install -Dm644 kingen.otf "${pkgdir}/usr/share/fonts/OTF/kingen.otf"
    install -Dm644 LICENSE.txt "${pkgdir}/usr/share/licenses/otf-kingen/LICENSE.txt"
}