summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 5dba5bf42b52d16ea28952e88c507dc1bdf2a4c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Maintainer: Jack Chen <redchenjs@live.com>

pkgname=adobe-source-han-mono-classic-fonts
pkgver=1.002
pkgrel=5
pkgdesc='Adobe Source Han Mono - Classic Style Chinese Character'
arch=('any')
url='https://github.com/redchenjs/source-han-mono-classic/'
license=('OFL')
source=(
    'git+https://github.com/redchenjs/source-han-mono-classic.git'
)
md5sums=(
    'SKIP'
)

package() {
    install -dm 755 ${pkgdir}/usr/share/fonts/adobe-source-han-sans/
    install -Dm 644 ${srcdir}/source-han-mono-classic/*.otf \
                    ${pkgdir}/usr/share/fonts/adobe-source-han-sans/
}