21 lines
722 B
Text
21 lines
722 B
Text
|
# Contributor: Lauren N. Liberda <lauren@selfisekai.rocks>
|
||
|
# Maintainer: Lauren N. Liberda <lauren@selfisekai.rocks>
|
||
|
pkgname=font-eb-garamond
|
||
|
pkgver=0.016
|
||
|
pkgrel=0
|
||
|
pkgdesc="Digitization of the Garamond shown on the Egenolff-Berner specimen"
|
||
|
url="http://www.georgduffner.at/ebgaramond/"
|
||
|
arch="noarch"
|
||
|
license="OFL-1.1"
|
||
|
source="https://bitbucket.org/georgd/eb-garamond/downloads/EBGaramond-$pkgver.zip"
|
||
|
options="!check" # No code to test
|
||
|
builddir="$srcdir/EBGaramond-$pkgver/otf"
|
||
|
|
||
|
package() {
|
||
|
install -Dm644 ./*.otf -t "$pkgdir"/usr/share/fonts/$pkgname
|
||
|
}
|
||
|
|
||
|
sha512sums="
|
||
|
f7d67d6fb47ff7aa614b08d97f953cd50122935b40ff191c7b226ad0714b738a5b359b04342ebea10109e7ab8b4260256ce0f8592fd70dc3e7fe29c77188a955 EBGaramond-0.016.zip
|
||
|
"
|