~alpine/aports

testing/font-juliamono: new aport v2 PROPOSED

Siva Mahadevan: 1
 testing/font-juliamono: new aport

 1 files changed, 21 insertions(+), 0 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/4154/mbox | git am -3
Learn more about email & git

[PATCH v2] testing/font-juliamono: new aport Export this patch

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 <me@svmhdvn.name>
# Maintainer: Siva Mahadevan <me@svmhdvn.name>
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