diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-01-20 10:14:35 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-01-20 10:14:35 +0100 |
commit | 23d6a8f95e4091da6a9963d3061deca979972a80 (patch) | |
tree | d5c21742b6910b000cc12fe0fc4ac3f0f83b21f7 /testing | |
parent | 1c94a68051f34b6d403e7edb3592608f5e1f8971 (diff) | |
download | aports-23d6a8f95e4091da6a9963d3061deca979972a80.zip |
community/font-hermit-nerd: move from testing
Diffstat (limited to 'testing')
-rw-r--r-- | testing/font-hermit-nerd/APKBUILD | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/testing/font-hermit-nerd/APKBUILD b/testing/font-hermit-nerd/APKBUILD deleted file mode 100644 index 72eba86a961..00000000000 --- a/testing/font-hermit-nerd/APKBUILD +++ /dev/null @@ -1,20 +0,0 @@ -# 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" |