Pkgfile 491 B

123456789101112131415161718
  1. # Description: Liberation mono font
  2. # URL: https://www.fontsquirrel.com/fonts/liberation-mono
  3. # Maintainer: Daniel Azevedo, daniazevedo77 at posteo dot net
  4. # Depends on:
  5. name=liberation-mono
  6. version=2.1.5
  7. release=1
  8. source=(https://github.com/liberationfonts/liberation-fonts/files/7261482/liberation-fonts-ttf-2.1.5.tar.gz)
  9. build() {
  10. cd liberation-fonts-ttf-2.1.5
  11. install -d $PKG/usr/share/fonts/TTF/liberation-mono/
  12. install -m644 ./*.ttf $PKG/usr/share/fonts/TTF/liberation-mono/
  13. }