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
759 B

name=noto-fonts
version=db5c897c3954ab8dd49bfc3de4f3ef00a7ef6d06
dlextract "https://github.com/googlei18n/$name/archive/$version/$name-$version.tar.gz" \
'77600c8dd1a46a94054ed8f5c915ec48'
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
install -Dm644 -t "$dir_install/$dir_prefix/$dir_data/fonts/TTF" alpha/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: