mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-05 09:27:19 +02:00
26 lines
704 B
Text
26 lines
704 B
Text
# Contributor: Lauren N. Liberda <lauren@selfisekai.rocks>
|
|
# Maintainer: Lauren N. Liberda <lauren@selfisekai.rocks>
|
|
pkgname=font-katex
|
|
pkgver=0.16.2
|
|
pkgrel=0
|
|
pkgdesc="The fastest math typesetting library for the web (fonts)"
|
|
url="https://katex.org/"
|
|
arch="noarch"
|
|
license="MIT"
|
|
options="!check"
|
|
source="https://github.com/KaTeX/KaTeX/archive/refs/tags/v$pkgver/katex-$pkgver.tar.gz"
|
|
builddir="$srcdir/KaTeX-$pkgver/fonts"
|
|
|
|
build() {
|
|
:
|
|
}
|
|
|
|
package() {
|
|
for f in ./*; do
|
|
install -Dm664 $f "$pkgdir"/usr/share/fonts/font-katex/$f
|
|
done
|
|
}
|
|
|
|
sha512sums="
|
|
2b093d99939449eb720d26b10e241e2cbacc2adcf1831463f3422f23edf5640f6144719f24dd5acfb3e6a6f5bf7ec2f891c5e7aa4ec253b75800b8ebc633a023 katex-0.16.2.tar.gz
|
|
"
|