summaryrefslogtreecommitdiff
path: root/pkg/sshfs/gen.lua
blob: 214c7c633d71fc9462e0ca3d04aae5c3133567fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
cflags{
	'-D FUSE_USE_VERSION=31',
	'-I $dir',
	'-I pkg/libfuse/src/include',
}

exe('sshfs', {
	'sshfs.c', 'nocache.c', '$builddir/pkg/libfuse/libfuse.a',
}, {'pkg/libfuse/fetch'})
file('bin/sshfs', '755', '$outdir/sshfs')
man{'$dir/sshfs.1'}

fetch 'git'