X-Original-To: alpine-aports@lists.alpinelinux.org Received: from mail.cmpwn.com (mail.cmpwn.com [45.56.77.53]) by lists.alpinelinux.org (Postfix) with ESMTP id 25ACE5C5B58 for ; Mon, 15 Jan 2018 18:28:56 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=cmpwn.com; s=cmpwn; t=1516040938; bh=bhTpPVQKXF+IBw3cg2kl5nBzrcnguM3KsiT1Ybx0gu0=; h=From:To:Cc:Subject:Date; b=JEENCD9jlPytC6MBUMnvhZmStyvGgRmMP+u/SK2objvaGouU5f4alYK1PhHoETYJ+ dQoqH+NH9zRQKPNSePEFVDW5myLVwygPb/b8Z2DQ/o2zk8/jdLmLWKU85qHC9n02v6 p5ukF3H4DOTusPF/UJ527J141XYvt89QFQ7siBoo= From: Drew DeVault To: alpine-aports@lists.alpinelinux.org Cc: Drew DeVault Subject: [alpine-aports] [PATCH] community/ttf-symbola: new aport Date: Mon, 15 Jan 2018 13:28:36 -0500 Message-Id: <20180115182836.8813-1-sir@cmpwn.com> X-Mailer: git-send-email 2.15.0 X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: --- community/ttf-symbola/APKBUILD | 22 ++++++++++++++++++++++ community/ttf-symbola/LICENSE | 4 ++++ 2 files changed, 26 insertions(+) create mode 100644 community/ttf-symbola/APKBUILD create mode 100644 community/ttf-symbola/LICENSE diff --git a/community/ttf-symbola/APKBUILD b/community/ttf-symbola/APKBUILD new file mode 100644 index 0000000000..e8f6d581b0 --- /dev/null +++ b/community/ttf-symbola/APKBUILD @@ -0,0 +1,22 @@ +# Maintainer: Drew DeVault +pkgname=ttf-symbola +pkgver=10.23 +pkgrel=0 +pkgdesc="Font for unicode symbols (part of Unicode Fonts for Ancient Scripts)." +url="http://users.teilar.gr/~g1951d/" +arch="noarch" +license="Custom" +source=" + ${pkgname}-${pkgver}.zip::http://users.teilar.gr/~g1951d/Symbola.zip + LICENSE +" +builddir="$srcdir" +options="!check" + +package() { + cd "$builddir" + install -Dm644 Symbola.ttf "$pkgdir/usr/share/fonts/TTF/Symbola.ttf" + install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" +} +sha512sums="2c8446d22ffec2454f987c747465185755894bce10c15ef292f56af84d59cc17eec4fd36ebe452529931f4214e9ef4503d1aa629a411f75a24cb14d3dc6a02c1 ttf-symbola-10.23.zip +7d4ddadf3d0c18ffa64293406cc2f8bda623ea8af1eb28478a1f8c30eae2ee1164c0207550a4fdb89aa0be2a4e8d928ecc477f3e9d516c02a4ee90b10ea160a9 LICENSE" diff --git a/community/ttf-symbola/LICENSE b/community/ttf-symbola/LICENSE new file mode 100644 index 0000000000..b10fe7d7e0 --- /dev/null +++ b/community/ttf-symbola/LICENSE @@ -0,0 +1,4 @@ +In lieu of a licence: +Fonts in this site are offered free for any use; they may be opened, +edited, modified, regenerated, posted, packaged and redistributed. +fonts designed by George Douros -- 2.15.0 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---