summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: ab88e5ce033218a5446520fc759110433cdff6e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Maintainer: JunYoung Gwak <aur@jgwak.com>
# Contributor: longifn <longfinfunnel@gmail.com>

pkgname=spoqa-han-sans
pkgver=3.3.0
pkgrel=1
pkgdesc='TTF font for korean, english and japanese'
arch=('any')
url="http://www.spoqa-han-sans.com/"
license=('sil')
makedepends=('fontconfig' 'xorg-mkfontdir' 'xorg-mkfontscale')
_fontgroup='SpoqaHanSansNeo_TTF_original'
source=("https://github.com/spoqa/spoqa-han-sans/releases/download/v$pkgver/$_fontgroup.zip")
md5sums=('60754649f0ee2fc5cc5911156814cc50')

package() {
  install -dm 755 ${pkgdir}/usr/share/fonts/TTF
  install -m 644 ${srcdir}/$_fontgroup/*.ttf ${pkgdir}/usr/share/fonts/TTF/
}