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


  1. cflags{
  2. '-std=c99 -Wall -Wpedantic',
  3. '-D _POSIX_C_SOURCE=200809L',
  4. }
  5. exe('pwgen', {
  6. 'pwgen.c',
  7. 'pw_phonemes.c',
  8. 'pw_rand.c',
  9. 'randnum.c',
  10. 'sha1.c',
  11. 'sha1num.c',
  12. })
  13. file('bin/pwgen', '755', '$outdir/pwgen')
  14. man{'pwgen.1'}
  15. fetch 'git'