aboutsummaryrefslogtreecommitdiffstats
path: root/testing/font-tewi/APKBUILD
blob: 33b0146f887a7afb08265790dac10b05eddcaa49 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Maintainer: Adrian Siekierka <kontakt@asie.pl>
pkgname=font-tewi
pkgver=2.0.2
pkgrel=0
pkgdesc="tewi bitmap font"
url="https://github.com/lucy/tewi-font"
arch="noarch"
license="MIT"
depends="encodings font-alias mkfontscale mkfontdir fontconfig"
makedepends="font-util-dev python3 bdftopcf"
source="tewi-font-$pkgver.tar.gz::https://github.com/lucy/tewi-font/archive/$pkgver.tar.gz"
options="!check" # no test suite
builddir="$srcdir/tewi-font-$pkgver"

build() {
	cd "$builddir"
	make
}

package() {
	cd "$builddir"/out
	mkdir -p "$pkgdir/usr/share/fonts/misc"
	install -Dm644 *.pcf.gz "$pkgdir/usr/share/fonts/misc"
}

sha512sums="823b4c399a64ff66280323ae09f7f3c1dc51a7e2506acfcc9e8f509d600e7bc193e523755f0921921ceb09763e16babc5258467485d3a5260b37055bcfad9123  tewi-font-2.0.2.tar.gz"