Pkgfile 491 B

1234567891011121314151617
  1. # Description: Font Awesome
  2. # URL: https://fontawesome.com/
  3. # Maintainer: Daniel Azevedo, daniazevedo77 at posteo dot net
  4. # originally found at Tim Bierman's Github repo crux-ports
  5. name=ttf-font-awesome
  6. version=6.6.0
  7. release=1
  8. source=(https://github.com/FortAwesome/Font-Awesome/archive/$version/FontAwesome-$version.tar.gz)
  9. build() {
  10. cd Font-Awesome-$version
  11. install -d $PKG/usr/share/fonts/TTF/font-awesome/
  12. install -m644 ./webfonts/*.ttf $PKG/usr/share/fonts/TTF/font-awesome/
  13. }