logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git

gen.lua (391B)


  1. for font in iterpaths[[ter-u(12 14 16 20 22 24 28 32)(n b).bdf]] do
  2. local srcs = {
  3. '$srcdir/uni/x11gr.uni', '$srcdir/uni/10646-1.uni',
  4. '|', '$dir/ucstoany.awk', '$srcdir/'..font,
  5. }
  6. build('awk', '$outdir/'..font, srcs, {
  7. expr='-v font=$srcdir/'..font..' -v charset=ISO10646-1 -f $dir/ucstoany.awk',
  8. })
  9. file('share/fonts/terminus/'..font, '644', '$outdir/'..font)
  10. end
  11. fetch 'curl'