summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 46128efeeadc804053185f4f3b58e4c11de89172 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Maintainer: Anthony VB <anthonyvbop AT gmail DOT com>

pkgname=ttf-sbl-biblit
pkgver=1.0_Build001
pkgrel=3
pkgdesc="SBL biblical font, including SBL Greek, SBL Hebrew, and transliteration glyphs"
arch=('any')
url="https://www.sbl-site.org/educational/BiblicalFonts_SBLBibLit.aspx"
license=('custom')
source=("https://www.sbl-site.org/Fonts/SBL_BLit.ttf"
        "https://www.sbl-site.org/assets/pdfs/SBL_Font_End_User_License_Agreement.pdf")
sha256sums=('bfd1ed38833f112d9998d5631c533ef347ad0affc6b600220d50123a7816a814'
            '70c6d5d0f95a97c80f348e5dc22ac647a4b591a5cf6d5021a0588563eed844ed')

package() {
  cd "$srcdir"
  install -Dm644 SBL_BLit.ttf "$pkgdir/usr/share/fonts/TTF/SBL_BLit.ttf"
  install -Dm644 SBL_Font_End_User_License_Agreement.pdf "$pkgdir/usr/share/licenses/$pkgname/SBL_Font_End_User_License_Agreement.pdf"
}