summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 0b13f758fe17bae60e4016a3b765d13e0bfb043d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Maintainer: NBonaparte <nbonaparte at protonmail dot com>

pkgname=otf-etbb
pkgver=1.057
pkgrel=1
pkgdesc="An expansion of Edward Tufte’s ET-Bembo family"
arch=('any')
url="https://www.ctan.org/pkg/etbb"
license=('MIT')
source=("http://mirrors.ctan.org/fonts/etbb.zip")
sha256sums=('910c7f2a4ca2ceec486fecaa2e77c441a2249ef767c948716ef3a1ed8ef08e99')

package() {
	install -Dm644 "${srcdir}"/etbb/opentype/*.otf -t "${pkgdir}"/usr/share/fonts/OTF
}