mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-22 18:55:29 +03:00
testing/font-iosevka-nerd: new aport
This commit is contained in:
parent
94fc0b0f8b
commit
036c1947ac
1 changed files with 21 additions and 0 deletions
21
testing/font-iosevka-nerd/APKBUILD
Normal file
21
testing/font-iosevka-nerd/APKBUILD
Normal file
|
@ -0,0 +1,21 @@
|
|||
# Maintainer: Leo <thinkabit.ukim@gmail.com>
|
||||
pkgname=font-iosevka-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.tar.xz::https://gitlab.com/devopsdeluxe/nerd-fonts-aur/raw/v${pkgver}/release/NerdFonts.tar.xz"
|
||||
builddir="$srcdir/NerdFonts"
|
||||
|
||||
package() {
|
||||
cd "$builddir"
|
||||
find . -iname 'Iosevka*.ttf' | while read -r ttf; do
|
||||
install -Dm644 "$ttf" "$pkgdir"/usr/share/fonts/TTF/"$ttf"
|
||||
done
|
||||
}
|
||||
|
||||
sha512sums="5445a72d9096ef81e2e34592df3f69dd5a033c0265073e59273a7a18cc37b484a89d41d85bc1fd8d8244c2f144c1c0fd853fd1a2cb0cb48e6a56970a7d30d0d4 font-iosevka-nerd-2.0.0.tar.xz"
|
Loading…
Add table
Add a link
Reference in a new issue