2021-06-24 17:56:38 +00:00
|
|
|
# Description: Monospace font for pretty code listings and for the terminal
|
|
|
|
# URL: https://www.google.com/fonts/specimen/Inconsolata
|
|
|
|
# Maintainer: Tim Biermann, tbier at posteo dot de
|
|
|
|
|
|
|
|
name=ttf-inconsolata
|
|
|
|
version=3.000
|
2021-07-28 14:57:06 +02:00
|
|
|
release=2
|
|
|
|
source=(https://github.com/googlefonts/Inconsolata/archive/v$version/$name-$version.tar.gz
|
2021-06-24 17:56:38 +00:00
|
|
|
75-ttf-inconsolata.conf)
|
|
|
|
|
|
|
|
build() {
|
2021-07-28 14:57:06 +02:00
|
|
|
install -d $PKG/usr/share/fonts/TTF/Inconsolata
|
|
|
|
install -Dm644 $SRC/Inconsolata-$version/fonts/ttf/*.ttf $PKG/usr/share/fonts/TTF/Inconsolata/
|
2021-06-24 17:56:38 +00:00
|
|
|
install -Dm644 $SRC/75-ttf-inconsolata.conf $PKG/usr/share/fontconfig/conf.avail/75-ttf-inconsolata.conf
|
|
|
|
}
|