From 23d6a8f95e4091da6a9963d3061deca979972a80 Mon Sep 17 00:00:00 2001 From: Leo Date: Mon, 20 Jan 2020 10:14:35 +0100 Subject: community/font-hermit-nerd: move from testing --- community/font-hermit-nerd/APKBUILD | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 community/font-hermit-nerd/APKBUILD (limited to 'community/font-hermit-nerd') diff --git a/community/font-hermit-nerd/APKBUILD b/community/font-hermit-nerd/APKBUILD new file mode 100644 index 0000000000..72eba86a96 --- /dev/null +++ b/community/font-hermit-nerd/APKBUILD @@ -0,0 +1,20 @@ +# Maintainer: Leo +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" -- cgit v1.2.3