Was supposed to be a linux distribution, now just a collection of build scripts for packages on top of (ideally) any distribution.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
678 B

name=noto-fonts
version=449470a4d83f6eecdb4a537ab66fcbb5ff28917a
dlextract "https://github.com/googlei18n/$name/archive/$version/$name-$version.tar.gz" \
'acd40dfe3dca60cfb545afd3cba944f4'
extrafile '66-noto-sans.conf'
extrafile '66-noto-serif.conf'
extrafile '66-noto-mono.conf'
_
cd "$name-$version"
install -Dm644 -t "$dir_install/$dir_prefix/$dir_data/fonts/TTF" unhinted/Noto*.ttf
install -Dm644 -t "$dir_install/$dir_prefix/$dir_data/fonts/TTF" hinted/Noto*.ttf
cd ..
install -Dm644 -t "$dir_install/$dir_prefix/$dir_sysconf/fonts/conf.avail" \
66-noto-sans.conf 66-noto-serif.conf 66-noto-mono.conf
# vim:set tabstop=4 shiftwidth=4 syntax=sh expandtab: