summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 720a95a57dadf1f09ce70085996c05c3962b01d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Maintainer: Moon Sungjoon <sumoon at seoulsaram dot org>

pkgname=ttf-gowun-dodum
pkgver=2.0
pkgrel=3
pkgdesc="A humanist sans-serif typeface with a touch of hand movement."
arch=('any')
license=('OFL')
url="https://github.com/yangheeryu/Gowun-Dodum"
source=("Gowun_Dodum.zip::https://fonts.google.com/download?family=Gowun+Dodum")
sha256sums=('c8e4c444430d6e3cb56989fd8eb2623cbe5f35a9c586524d26c588d9dfdf048c')

package() {
  install -dm 755 $pkgdir/usr/share/fonts/TTF
  install -m 644 $srcdir/*.ttf $pkgdir/usr/share/fonts/TTF
  install -Dm 644 OFL.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
}