X-Original-To: alpine-aports@lists.alpinelinux.org Received: from mx1.riseup.net (mx1.riseup.net [198.252.153.129]) by lists.alpinelinux.org (Postfix) with ESMTP id EF4695C433E for ; Tue, 21 Feb 2017 13:59:25 +0000 (GMT) Received: from piha.riseup.net (unknown [10.0.1.163]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.riseup.net", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.riseup.net (Postfix) with ESMTPS id 42E7A1A21D0 for ; Tue, 21 Feb 2017 13:59:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1487685565; bh=9EBdDS5sFARZDjEYFOyyImQv24viwZL0Gn4nXQWdzuk=; h=From:To:Cc:Subject:Date:From; b=dZ1IXUrptiMHN+C1PNUJgLMWBr3oqBs44k4j5t3hQwqh6mRlRDDM1XYMHYNjMYgON bRsAC34kjUwLwnV/tv6tCNwGfg3Qiqho82mPUmFWtDYlvXitwxrEEj2c9v8HNonqcO /K9DtmDUZPA2A7fHs8Mkmb3780UvNXOq7qdy2EYQ= Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: pickfire) with ESMTPSA id 0CAFC1C2574 From: Ivan Tham To: alpine-aports@lists.alpinelinux.org Cc: Ivan Tham Subject: [alpine-aports] [PATCH] testing/ttf-mononoki: new aport Date: Tue, 21 Feb 2017 21:59:10 +0800 Message-Id: <20170221135910.5347-1-pickfire@riseup.net> X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: 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 0000000000..609985b836 --- /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" -- 2.11.1 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---