summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 5370c93f87acfeb6028555b4b3568e62a50aad03 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Contributor: Martin Florén <martin.floren@gmail.com>

pkgname=otf-junction
pkgver=1
pkgrel=3
pkgdesc="A humanist sans-serif typeface"
arch=('any')
url="http://theleagueofmoveabletype.com/junction/"
license=('OFL')
source=('https://github.com/theleagueof/junction/archive/master.zip')
md5sums=('e35636a6a9075db4f1bc09df69b8d0d3')

package() {
    cd $startdir/src
    install -Dm 644 "junction-master/Junction-regular.otf" $pkgdir/usr/share/fonts/OTF/junction.otf
    install -Dm 644 "junction-master/Junction-bold.otf" $pkgdir/usr/share/fonts/OTF/junction_bold.otf
    install -Dm 644 "junction-master/Junction-light.otf" $pkgdir/usr/share/fonts/OTF/junction_light.otf
}