From f09a95b8a33fe728ac3cfcbf34f4533930e27940 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Mon, 28 Jan 2019 22:45:32 +0000 Subject: user/ebgaramond: new package --- user/ebgaramond/APKBUILD | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 user/ebgaramond/APKBUILD (limited to 'user/ebgaramond') diff --git a/user/ebgaramond/APKBUILD b/user/ebgaramond/APKBUILD new file mode 100644 index 000000000..f1f071a67 --- /dev/null +++ b/user/ebgaramond/APKBUILD @@ -0,0 +1,22 @@ +# Contributor: A. Wilcox +# Maintainer: A. Wilcox +pkgname=ebgaramond +pkgver=0.016 +pkgrel=0 +pkgdesc="Recreation of Claude Garamont's classic typeface" +url="http://www.georgduffner.at/ebgaramond/" +arch="noarch" +options="!check" # No test suite. +license="OFL-1.1" +depends="fontconfig" +makedepends="" +subpackages="" +source="https://bitbucket.org/georgd/eb-garamond/downloads/EBGaramond-$pkgver.zip" +builddir="$srcdir/EBGaramond-0.016" + +package() { + cd "$builddir" + install -m644 -Dt "$pkgdir"/usr/share/fonts/X11/OTF/ otf/*.otf +} + +sha512sums="f7d67d6fb47ff7aa614b08d97f953cd50122935b40ff191c7b226ad0714b738a5b359b04342ebea10109e7ab8b4260256ce0f8592fd70dc3e7fe29c77188a955 EBGaramond-0.016.zip" -- cgit v1.2.3-60-g2f50