new xorg-font-arimo-nerd port
This commit is contained in:
parent
2a7eb15f1e
commit
971093a7c1
|
@ -0,0 +1,14 @@
|
|||
# Description: The free Arimo Nerd font family.
|
||||
# URL: https://www.nerdfonts.com/
|
||||
# Maintainer: Alexander Zhirov
|
||||
# Depends on: xorg-mkfontdir, xorg-mkfontscale, xorg-bdftopcf, xorg-font-util
|
||||
|
||||
name=Arimo
|
||||
version=3.1.1
|
||||
release=1
|
||||
source=(https://github.com/ryanoasis/nerd-fonts/releases/download/v$version/$name.tar.xz)
|
||||
|
||||
build() {
|
||||
mkdir -p $PKG/usr/share/fonts/X11/TTF
|
||||
mv ArimoNerdFont*.ttf $PKG/usr/share/fonts/X11/TTF/.
|
||||
}
|
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
|
||||
mkfontdir /usr/share/fonts/X11/TTF
|
||||
mkfontscale /usr/share/fonts/X11/TTF
|
Loading…
Reference in New Issue