blob: 6cc5093a94057007f744f25b770dffd30c2b6822 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# 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
"
|