aports/testing/font-intel-one-mono/APKBUILD

22 lines
795 B
Text
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Contributor: Marian Buschsieweke <marian.buschsieweke@posteo.net>
# Maintainer: Marian Buschsieweke <marian.buschsieweke@posteo.net>
pkgname=font-intel-one-mono
pkgver=1.3.0
pkgrel=0
pkgdesc="Expressive monospaced font family thats built with clarity, legibility, and the needs of developers in mind"
url="https://github.com/intel/intel-one-mono"
arch="noarch"
license="OFL-1.1"
source="
$pkgname-$pkgver.zip::https://github.com/intel/intel-one-mono/releases/download/V$pkgver/ttf.zip
"
options="!check"
builddir="$srcdir/ttf"
package() {
install -D -m644 ./*.ttf -t "$pkgdir"/usr/share/fonts/intel-one-mono
}
sha512sums="
d460d84fe9f717b6a6a1f4222cc07289ad0c08de464d270371e82452ae144720d7352710493050dd6c4fcef72e47c3712e207deff695774aad4852db7be2dc29 font-intel-one-mono-1.3.0.zip
"