summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: fc1a2dd06562ad9bfbf823f5529708c5326c573c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Maintainer: LightDot <lightdot -a-t- g m a i l>
# Contributor: Martin Florén <martin.floren@gmail.com>

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

package() {
    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
    install -Dm 644 "junction-master/Open Font License.markdown" $pkgdir/usr/share/licenses/$pkgname/"Open Font License.markdown"
    install -Dm 644 "junction-master/readme.markdown" $pkgdir/usr/share/doc/$pkgname/readme.markdown
}