mirror of
https://github.com/oasislinux/oasis.git
synced 2026-05-17 17:33:30 +02:00
14 lines
257 B
Lua
14 lines
257 B
Lua
cflags{
|
|
'-D FUSE_USE_VERSION=31',
|
|
'-I $dir',
|
|
'-I $basedir/pkg/fuse/src/include',
|
|
}
|
|
|
|
exe('sshfs', {
|
|
'sshfs.c', 'nocache.c', '$builddir/pkg/fuse/libfuse.a',
|
|
}, {'pkg/fuse/fetch'})
|
|
file('bin/sshfs', '755', '$outdir/sshfs')
|
|
man{'$dir/sshfs.1'}
|
|
|
|
fetch 'git'
|