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


  1. cflags{
  2. '-std=c99', '-Wall',
  3. '-D _GNU_SOURCE',
  4. [[-D 'RUNSTATEDIR="/run"']],
  5. }
  6. exe('wg', [[
  7. src/(
  8. config.c
  9. curve25519.c
  10. encoding.c
  11. genkey.c
  12. ipc.c
  13. pubkey.c
  14. set.c
  15. setconf.c
  16. show.c
  17. showconf.c
  18. terminal.c
  19. wg.c
  20. )
  21. ]])
  22. file('bin/wg', '755', '$outdir/wg')
  23. man{'src/man/wg.8'}
  24. fetch 'git'