Received: from out2.migadu.com (out2.migadu.com [IPv6:2001:41d0:2:aacc::]) by gbr-app-1.alpinelinux.org (Postfix) with ESMTPS id 852EB223703 for <~alpine/aports@lists.alpinelinux.org>; Wed, 18 Jan 2023 02:36:30 +0000 (UTC) X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=svmhdvn.name; s=key1; t=1674009389; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=cCSjcAm6eOS8PdLraeWenc89DRx5KYADJjGU0zEs+Q0=; b=x3Vx2jisV3tSNzICXrvC73WyMv3mgM3Gr3KU6Dq0wlaYH/8w1whXxdvUn00WrdtqssbAcF VpPuNV1WMJRPjJE1LHKzIe3bh0hsCyDjR2ZpTRit3bc58bPZbDwOgrqNtEFfDDUiUdRBYl p6Ac3UGp4miOeaB0jGxfE/yeGSfEFJM= From: Siva Mahadevan To: ~alpine/aports@lists.alpinelinux.org Cc: Siva Mahadevan Subject: [PATCH v2] testing/font-juliamono: new aport Date: Tue, 17 Jan 2023 21:36:14 -0500 Message-Id: <20230118023614.29745-1-me@svmhdvn.name> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT https://juliamono.netlify.app/ JuliaMono - a monospaced font for scientific and technical computing --- v2 adds the dependency 'mkfontscale' missing in v1. testing/font-juliamono/APKBUILD | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 testing/font-juliamono/APKBUILD diff --git a/testing/font-juliamono/APKBUILD b/testing/font-juliamono/APKBUILD new file mode 100644 index 0000000000..7637bb8209 --- /dev/null +++ b/testing/font-juliamono/APKBUILD @@ -0,0 +1,21 @@ +# Contributor: Siva Mahadevan +# Maintainer: Siva Mahadevan +pkgname=font-juliamono +pkgver=0.047 +pkgrel=0 +pkgdesc="JuliaMono - a monospaced font for scientific and technical computing" +url="https://juliamono.netlify.app/" +arch="noarch" +license="OFL-1.1" +depends="fontconfig mkfontscale" +source="juliamono-$pkgver.tar.gz::https://github.com/cormullion/juliamono/releases/download/v$pkgver/JuliaMono-ttf.tar.gz" +builddir="$srcdir" +options="!check" # is a font + +package() { + install -Dm644 *.ttf -t "$pkgdir"/usr/share/fonts/${pkgname#font-} +} + +sha512sums=" +8ae54a523efacb548a95a11ca96a302e0551ec59d0e17cde2c1eb4abb4ca1308cdafc287c9f2b71aa413fb0696ee74509c575abeccb6a53e0506fad18d3286fb juliamono-0.047.tar.gz +" -- 2.39.1