Pkgfile 410 B

123456789101112131415161718
  1. # Description: Hack font
  2. # URL: https://sourcefoundry.org/hack/
  3. # Maintainer: Daniel Azevedo, daniazevedo77 at posteo dot net
  4. # Depends on:
  5. name=hack-ttf
  6. version=v3.003
  7. release=1
  8. source=(https://github.com/source-foundry/Hack/releases/download/$version/Hack-$version-ttf.tar.gz)
  9. build() {
  10. cd ttf
  11. install -d $PKG/usr/share/fonts/TTF/hack-ttf/
  12. install -m644 ./*.ttf $PKG/usr/share/fonts/TTF/hack-ttf/
  13. }