From f55f5709e36c31da2d386aeb76d65b09d34f4218 Mon Sep 17 00:00:00 2001 From: Kiyoshi Aman Date: Mon, 28 Jan 2019 08:38:27 +0000 Subject: user/otf-office-code-pro: new package --- user/otf-office-code-pro/APKBUILD | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 user/otf-office-code-pro/APKBUILD diff --git a/user/otf-office-code-pro/APKBUILD b/user/otf-office-code-pro/APKBUILD new file mode 100644 index 000000000..6628a1d77 --- /dev/null +++ b/user/otf-office-code-pro/APKBUILD @@ -0,0 +1,29 @@ +# Contributor: Kiyoshi Aman +# Maintainer: Kiyoshi Aman +pkgname=otf-office-code-pro +pkgver=1.004 +pkgrel=0 +pkgdesc="Monospaced font family for programming and console users" +url="https://github.com/nathco/Office-Code-Pro" +arch="noarch" +options="!check" # No tests +license="OFL-1.1" +depends="fontconfig" +makedepends="" +source="https://github.com/nathco/Office-Code-Pro/archive/1.004.zip" +builddir="$srcdir/Office-Code-Pro-$pkgver" + +package() { + mkdir -p "$pkgdir"/usr/share/X11/OTF/${pkgname#*-} + cd "$builddir/Fonts/Office Code Pro/OTF" + for i in *.otf; do + install -Dm644 "$i" "$pkgdir"/usr/share/X11/OTF/${pkgname#*-} + done + mkdir -p "$pkgdir"/usr/share/X11/OTF/${pkgname#*-}-d + cd "$builddir/Fonts/Office Code Pro D/OTF" + for i in *.otf; do + install -Dm644 "$i" "$pkgdir"/usr/share/X11/OTF/${pkgname#*-}-d + done +} + +sha512sums="ad19b5d6c9d5b8a1bd68a943f9a0c7d8b6dd39f0a7ba5b2e0dfc72afc66a3be994e56c683666c232f3fe1246d368f08281219091be68bdf04643408e35a7e1d6 1.004.zip" -- cgit v1.2.3-60-g2f50