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


  1. cflags{
  2. '-include $dir/config.h',
  3. '-I $srcdir',
  4. '-isystem $builddir/pkg/bzip2/include',
  5. }
  6. pkg.deps = {'pkg/bzip2/headers'}
  7. exe('unzip', [[
  8. unzip.c crc32.c crypt.c envargs.c explode.c
  9. extract.c fileio.c globals.c inflate.c list.c match.c
  10. process.c ttyio.c ubz2err.c unreduce.c unshrink.c zipinfo.c
  11. unix/unix.c
  12. $builddir/pkg/bzip2/libbz2.a
  13. ]])
  14. file('bin/unzip', '755', '$outdir/unzip')
  15. man{'man/unzip.1'}
  16. fetch 'curl'