add font_dir variable for firacode nerdfont
ci/woodpecker/push/build/4 Pipeline was successful
Details
ci/woodpecker/push/build/4 Pipeline was successful
Details
This commit is contained in:
parent
21922bc7be
commit
95923f5e06
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'font-firacode-nf-ttf'
|
||||
pkgname=font-firacode-nf-ttf
|
||||
version=3.1.1
|
||||
revision=1
|
||||
revision=2
|
||||
homepage="https://nerdfonts.com/"
|
||||
license="MIT"
|
||||
depends="font-util"
|
||||
|
@ -9,6 +9,7 @@ short_desc="NerdFont patched Fira Code font"
|
|||
maintainer="luca <luca@snaile.de>"
|
||||
distfiles="https://github.com/ryanoasis/nerd-fonts/releases/download/v${version}/FiraCode.tar.xz"
|
||||
conflicts="nerd-fonts-ttf"
|
||||
font_dirs="/usr/share/fonts/NerdFonts/ttf"
|
||||
|
||||
pre_fetch() {
|
||||
if ! cd "$XBPS_SRCDISTDIR"; then
|
||||
|
|
Loading…
Reference in New Issue