Pkgfile 440 B

1234567891011121314151617
  1. # Description: Iconic font aggregator, collection, and patcher
  2. # URL: https://www.nerdfonts.com/
  3. # Maintainer: Daniel Azevedo, daniazevedo77 at posteo dot net
  4. # Depends on:
  5. name=nerd-fonts
  6. version=3.2.1
  7. release=1
  8. source=(https://github.com/ryanoasis/$name/releases/download/v$version/NerdFontsSymbolsOnly.tar.xz)
  9. build() {
  10. install -d $PKG/usr/share/fonts/TTF/nerd-fonts/
  11. install -m644 ./*.ttf $PKG/usr/share/fonts/TTF/nerd-fonts/
  12. }