summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSam Sim2020-01-18 21:50:31 +0100
committerSam Sim2020-01-18 21:50:31 +0100
commita6a7106f328a456e0f46a8417d8cff4975117711 (patch)
tree687e4a01e0e6172eed5fb47c3dd58f054a4770f8 /PKGBUILD
parent2b212ae056781a891fe62f8bab3e54e0b67e5dc6 (diff)
downloadaur-a6a7106f328a456e0f46a8417d8cff4975117711.tar.gz
on it
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 1 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c0638173792b..d63688478499 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,14 +7,12 @@ pkgrel=1
pkgdesc='EB Garamond (OTF version) by Octavio Pardo & Georg Duffner'
arch=('any')
url='https://github.com/octaviopardo/EBGaramond12'
-license=('OFL')
+license=('custom:OFL')
depends=('fontconfig' 'xorg-font-utils')
source=("https://github.com/octaviopardo/$_pkgname/archive/master.zip")
sha256sums=('a08f5d1e0ad1976330e1c5e57faf384a27628323eaacf797644a3c42bcabac73')
package() {
- install -D -m644 OFL.txt "$pkgdir/usr/share/licenses/$_pkgname-otf/OFL.txt"
-
cd "$_pkgname-master/fonts/otf"
install -d "$pkgdir/usr/share/fonts/$_pkgname-otf"
install -m644 otf/*.otf "$pkgdir/usr/share/fonts/$_pkgname-otf/"