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


  1. cflags{
  2. '-D FUSE_USE_VERSION=31',
  3. '-I $dir',
  4. '-isystem $builddir/pkg/fuse/include',
  5. }
  6. pkg.deps = {'pkg/fuse/headers'}
  7. exe('sshfs', {
  8. 'sshfs.c',
  9. 'nocache.c',
  10. '$builddir/pkg/fuse/libfuse.a',
  11. })
  12. file('bin/sshfs', '755', '$outdir/sshfs')
  13. man{'$dir/sshfs.1'}
  14. fetch 'git'