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.
 
 
 
 
 

13 lines
351 B

name=Symbola
version=11.00
download "http://users.teilar.gr/~g1951d/$name.zip" \
'319158554e4e4211f49eb287881d7f23'
_
mkdir -p "$dir_install/$dir_prefix/$dir_data/fonts/TTF"
extract "$name.zip" \
"$dir_install/$dir_prefix/$dir_data/fonts/TTF" \
'unzip -qd {dst} {src}'
# vim:set tabstop=4 shiftwidth=4 syntax=sh expandtab: