From 142144026ea2f9a677a52b38bf46ecea34796714 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Mon, 28 Jan 2019 23:03:03 +0000 Subject: user/essays1743: new package --- user/essays1743/APKBUILD | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 user/essays1743/APKBUILD (limited to 'user/essays1743') diff --git a/user/essays1743/APKBUILD b/user/essays1743/APKBUILD new file mode 100644 index 000000000..930050ba1 --- /dev/null +++ b/user/essays1743/APKBUILD @@ -0,0 +1,22 @@ +# Contributor: A. Wilcox +# Maintainer: A. Wilcox +pkgname=essays1743 +pkgver=2.100 +pkgrel=0 +pkgdesc="Typeface based on 1743 English printing of Montaigne's Essays" +url="https://www.thibault.org/fonts/essays/" +arch="noarch" +options="!check" # No test suite. +license="OFL-1.1 OR LGPL-2.1-only" +depends="fontconfig" +makedepends="" +subpackages="" +source="https://www.thibault.org/fonts/essays/essays1743-$pkgver-1.ttc" +builddir="$srcdir/" + +package() { + cd "$builddir" + install -m644 -Dt "$pkgdir"/usr/share/fonts/X11/TTF/ essays1743-$pkgver-1.ttc +} + +sha512sums="c67639ee5fea4a34e50447cdd3a5e60b23008b4d19b0e98c9b054eae8a4b15147d4ae4d8820205b86f297e26f715b64eb2d299361f85aec54f834fd7b250cd89 essays1743-2.100-1.ttc" -- cgit v1.2.3-60-g2f50