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 (317B)


  1. cflags{
  2. '-std=c99', '-Wall',
  3. '-isystem $builddir/pkg/netbsd-curses/include',
  4. }
  5. pkg.hdrs = copy('$outdir/include', '$srcdir', {'termkey.h'})
  6. pkg.deps = {'pkg/netbsd-curses/headers'}
  7. lib('libtermkey.a', {
  8. 'termkey.c',
  9. 'driver-csi.c',
  10. 'driver-ti.c',
  11. '$builddir/pkg/netbsd-curses/libcurses.a.d',
  12. })
  13. fetch 'curl'