mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-06-06 02:54:23 +02:00
22 lines
739 B
Text
22 lines
739 B
Text
# Contributor: Amelia Clarke <selene@perilune.dev>
|
|
# Maintainer: Amelia Clarke <selene@perilune.dev>
|
|
pkgname=font-aref-ruqaa
|
|
pkgver=1.006
|
|
pkgrel=0
|
|
pkgdesc="An Arabic typeface in the classical Ruqaa calligraphic style"
|
|
url="https://github.com/aliftype/aref-ruqaa"
|
|
arch="noarch"
|
|
license="OFL-1.1-RFN"
|
|
source="https://github.com/aliftype/aref-ruqaa/releases/download/v$pkgver/ArefRuqaa-v$pkgver.zip"
|
|
options="!check" # no test suite
|
|
|
|
builddir="$srcdir/ArefRuqaa-v$pkgver"
|
|
|
|
package() {
|
|
install -Dm644 "$builddir"/ttf/*.ttf \
|
|
-t "$pkgdir"/usr/share/fonts/${pkgname#font-}
|
|
}
|
|
|
|
sha512sums="
|
|
55b205813c9c1211144b980f08f6917ffdb0f8744eca2c5222238ba6c52a819ea8f2cc157d15ad1d53f3ad5ed7d021e320f7ba0d1e47c44f2c802e6ccb5930d7 ArefRuqaa-v1.006.zip
|
|
"
|