aboutsummaryrefslogtreecommitdiffstats
path: root/testing/font-hermit-nerd/APKBUILD
blob: 72eba86a961492f48868096129ffe296711b4698 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Maintainer: Leo <thinkabit.ukim@gmail.com>
pkgname=font-hermit-nerd
pkgver=2.0.0
pkgrel=0
pkgdesc="Iconic font aggregator, collection and patcher"
url="https://nerdfonts.com"
arch="noarch"
options="!check" # No testsuite provided
license="MIT"
depends="fontconfig"
source="$pkgname-$pkgver.zip::https://github.com/ryanoasis/nerd-fonts/releases/download/v$pkgver/Hermit.zip"
builddir="$srcdir"

package() {
	find . -iname 'Hurmit*.otf' | while read -r otf; do
		install -Dm644 "$otf" "$pkgdir"/usr/share/fonts/OTF/"$otf"
	done
}

sha512sums="8bd0b7e7ed07ab9e5ecb4b348203aa298aecb078ae6b71065d089193aa59956377d9b3d59d65b0d397f157614decc84cc521b7df61878fd8d071bc5e0c29f423  font-hermit-nerd-2.0.0.zip"