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


  1. cflags{
  2. '-D HAVE_CONFIG_H',
  3. ([[-D 'SYSCONFDIR="%s/etc"']]):format(config.prefix),
  4. '-I $dir',
  5. '-isystem $builddir/pkg/libtls-bearssl/include',
  6. }
  7. pkg.deps = {
  8. 'pkg/libtls-bearssl/headers',
  9. }
  10. exe('msmtp', [[
  11. src/(
  12. conf.c
  13. eval.c
  14. list.c
  15. md5.c
  16. md5-apps.c
  17. msgid.c
  18. msmtp.c
  19. net.c
  20. netrc.c
  21. readbuf.c
  22. smtp.c
  23. stream.c
  24. tools.c
  25. xalloc.c
  26. aliases.c
  27. password.c
  28. base64.c
  29. mtls.c
  30. mtls-libtls.c
  31. )
  32. $builddir/pkg/libtls-bearssl/libtls.a.d
  33. ]])
  34. file('bin/msmtp', '755', '$outdir/msmtp')
  35. man{'doc/msmtp.1'}
  36. fetch 'git'