From 5dd02fb3d9b20ca4399bf01ec0f403618dac1756 Mon Sep 17 00:00:00 2001 From: Ivan Tham Date: Tue, 21 Feb 2017 21:59:10 +0800 Subject: [PATCH] testing/ttf-mononoki: new aport http://madmalik.github.io/mononoki/ Mononoki - font for programming and code review --- testing/ttf-mononoki/APKBUILD | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 testing/ttf-mononoki/APKBUILD diff --git a/testing/ttf-mononoki/APKBUILD b/testing/ttf-mononoki/APKBUILD new file mode 100644 index 00000000000..609985b8366 --- /dev/null +++ b/testing/ttf-mononoki/APKBUILD @@ -0,0 +1,19 @@ +# Contributor: Ivan Tham +# Maintainer: Ivan Tham +pkgname=ttf-mononoki +pkgver=1.2 +pkgrel=0 +pkgdesc="Mononoki - font for programming and code review" +url="http://madmalik.github.io/mononoki/" +arch="noarch" +license="OFL" +depends="fontconfig mkfontscale" +source="https://github.com/madmalik/mononoki/releases/download/1.2/mononoki.zip" +builddir="$srcdir/" + +package() { + mkdir -p "$pkgdir"/usr/share/fonts/$pkgname + install -m644 "$srcdir"/*.ttf "$pkgdir"/usr/share/fonts/$pkgname +} + +sha512sums="6fa2722f3556885271b3ddf25d18e1d7d7261854fc4af65a470f40ccfd9534972eeb480060c2b9a0d94d0c84ad9a5db967d8e5f61312c64d92d23bfab47cdad8 mononoki.zip"