summaryrefslogtreecommitdiff
path: root/main/font-misc-ethiopic/APKBUILD
blob: c17b6018d962d6eece98eab8b2070165e9bf0388 (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.4
pkgrel=2
pkgdesc="X.org misc ethiopic fonts"
url="https://xorg.freedesktop.org/"
arch="noarch"
license="MIT"
depends="encodings font-alias mkfontscale fontconfig"
makedepends="font-util-dev bdftopcf"
source="https://www.x.org/releases/individual/font/font-misc-ethiopic-$pkgver.tar.bz2"

package() {
	install -Dm644 GohaTibebZemen.otf \
		-t "$pkgdir"/usr/share/fonts/misc-ethiopic
}

sha512sums="
4fed9ff3782746898c56dac199e9ca89356f4967779937049b9ff4ffad202317c023859f92d44b371dfa5485d5368ccad648e64b12cde0ed21f7d4aee5affcd5  font-misc-ethiopic-1.0.4.tar.bz2
"