summaryrefslogtreecommitdiff
path: root/ttf-inconsolata/Pkgfile
blob: 5c8890012cbffa226f3bc53a936812d2cbd2a620 (plain)
    1 # Description: Monospace font for pretty code listings and for the terminal
    2 # URL: https://www.google.com/fonts/specimen/Inconsolata
    3 # Maintainer: Tim Biermann, tbier at posteo dot de
    4 
    5 name=ttf-inconsolata
    6 version=3.000
    7 release=2
    8 source=(https://github.com/googlefonts/Inconsolata/archive/v$version/$name-$version.tar.gz
    9   75-ttf-inconsolata.conf)
   10 
   11 build() {
   12   find Inconsolata-$version/fonts/ttf \
   13     -iname "*.ttf" \
   14     -execdir install -Dm644 {} $PKG/usr/share/fonts/TTF/Inconsolata/{} \;
   15 
   16   install -Dm644 $SRC/75-ttf-inconsolata.conf $PKG/usr/share/fontconfig/conf.avail/75-ttf-inconsolata.conf
   17 }

Generated by cgit