Received: from out-41.mta0.migadu.com (out-41.mta0.migadu.com [IPv6:2001:41d0:1004:224b::29]) by gbr-app-1.alpinelinux.org (Postfix) with ESMTPS id 4E4572236EE for <~alpine/aports@lists.alpinelinux.org>; Wed, 18 Jan 2023 02:32:26 +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=1674009143; 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=9harXKLgtrgXduN0EKTg6zOTGdp6W8ZBIi8MMyFcnR4=; b=cVo4ho5fck3XyqL8Deyt13FuXQC9Vepy30t9UY0nFNVrZbtVaASc96lIdz+D/CYefp2BjB +iiwsZl2Oi3bba0Zlg7i9yeOnCCxSI/uxnz5J0jF8YvuzdxLHRlK/69xo6NqAvZbL8xMJV HAe8WaR+ElXg6F3p31EU9A3sEhapqzc= From: Siva Mahadevan To: ~alpine/aports@lists.alpinelinux.org Cc: Siva Mahadevan Subject: [PATCH] testing/font-juliamono: new aport Date: Tue, 17 Jan 2023 21:32:00 -0500 Message-Id: <20230118023200.29200-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 --- 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..5045fe60de --- /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" +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