mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-20 20:06:41 +02:00
20 lines
633 B
Text
20 lines
633 B
Text
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
|
pkgname=font-misc-ethiopic
|
|
pkgver=1.0.5
|
|
pkgrel=0
|
|
pkgdesc="X.org misc ethiopic fonts"
|
|
url="https://xorg.freedesktop.org/"
|
|
arch="noarch"
|
|
license="MIT"
|
|
options="!check"
|
|
depends="encodings font-alias mkfontscale fontconfig"
|
|
source="https://www.x.org/releases/individual/font/font-misc-ethiopic-$pkgver.tar.xz"
|
|
|
|
package() {
|
|
install -Dm644 GohaTibebZemen.otf \
|
|
-t "$pkgdir"/usr/share/fonts/misc-ethiopic
|
|
}
|
|
|
|
sha512sums="
|
|
7732a828c005e3762b6383729134c5656fd575ac59288504d047fbe26e9965a80519a37b0cc4c6b89379a85a62160c5ea76017f790447a230c015aa7a9143ba0 font-misc-ethiopic-1.0.5.tar.xz
|
|
"
|