mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-13 04:56:35 +02:00
20 lines
696 B
Text
20 lines
696 B
Text
# Contributor: gay <gay@disroot.org>
|
|
# Maintainer: gay <gay@disroot.org>
|
|
pkgname=font-firamath
|
|
pkgver=0.3.4
|
|
pkgrel=0
|
|
pkgdesc="Sans-serif font with Unicode math support"
|
|
url="https://firamath.github.io/"
|
|
arch="noarch"
|
|
license="OFL-1.1"
|
|
options="!check"
|
|
depends="fontconfig"
|
|
source="FiraMath-Regular-$pkgver.otf::https://github.com/firamath/firamath/releases/download/v$pkgver/FiraMath-Regular.otf"
|
|
|
|
package() {
|
|
install -Dm644 "$srcdir"/FiraMath-Regular-$pkgver.otf "$pkgdir"/usr/share/fonts/firamath/FiraMath-Regular.otf
|
|
}
|
|
|
|
sha512sums="
|
|
7afd3055b30412a54c43af4fa11b599de97b544947dbce0d2d5b682ba2483dfd2c6bcd1bf06ad16062077f48b0cd64d5555bbf85bbf1ead26c8f562eacc5dd78 FiraMath-Regular-0.3.4.otf
|
|
"
|