mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 05:47:13 +02:00
testing/font-andika: new aport
https://software.sil.org/andika/ A sans-serif font family designed and optimized especially for literacy use
This commit is contained in:
parent
b7601edb4a
commit
8fd7fc6e90
21
testing/font-andika/APKBUILD
Normal file
21
testing/font-andika/APKBUILD
Normal file
@ -0,0 +1,21 @@
|
||||
# Contributor: Amelia Clarke <selene@perilune.dev>
|
||||
# Maintainer: Amelia Clarke <selene@perilune.dev>
|
||||
pkgname=font-andika
|
||||
pkgver=6.200
|
||||
pkgrel=0
|
||||
pkgdesc="A sans-serif font family designed and optimized especially for literacy use"
|
||||
url="https://software.sil.org/andika/"
|
||||
arch="noarch"
|
||||
license="OFL-1.1-RFN"
|
||||
source="https://github.com/silnrsi/font-andika/releases/download/v$pkgver/Andika-$pkgver.tar.xz"
|
||||
builddir="$srcdir/Andika-$pkgver"
|
||||
options="!check" # no test suite
|
||||
|
||||
package() {
|
||||
install -Dm644 "$builddir"/*.ttf \
|
||||
-t "$pkgdir"/usr/share/fonts/${pkgname#font-}
|
||||
}
|
||||
|
||||
sha512sums="
|
||||
bd29f63c8d5f73a8c3963dbbc97211bd095fb37c8641dc820942f3b21fbf7058f185a1b58a414730b26a1894d135d1def04840ccef1e3348b20fd4178c301cf6 Andika-6.200.tar.xz
|
||||
"
|
Loading…
Reference in New Issue
Block a user