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


  1. cflags{
  2. '-std=c11', '-Wall', '-Wextra', '-Wpedantic',
  3. '-D _GNU_SOURCE',
  4. '-isystem $builddir/pkg/libtls-bearssl/include',
  5. }
  6. pkg.deps = {'pkg/libtls-bearssl/headers'}
  7. exe('pounce', {
  8. 'bounce.c',
  9. 'client.c',
  10. 'config.c',
  11. 'local.c',
  12. 'ring.c',
  13. 'server.c',
  14. 'state.c',
  15. 'xdg.c',
  16. '$builddir/pkg/libtls-bearssl/libtls.a.d',
  17. })
  18. file('bin/pounce', '755', '$outdir/pounce')
  19. man{'pounce.1'}
  20. exe('calico', {
  21. 'dispatch.c',
  22. })
  23. file('bin/calico', '755', '$outdir/calico')
  24. man{'calico.1'}
  25. fetch 'git'