mirror of
https://github.com/oasislinux/oasis.git
synced 2026-02-01 11:34:17 +01:00
17 lines
317 B
Lua
17 lines
317 B
Lua
cflags{
|
|
'-std=c99', '-Wall',
|
|
'-isystem $builddir/pkg/netbsd-curses/include',
|
|
}
|
|
|
|
pkg.hdrs = copy('$outdir/include', '$srcdir', {'termkey.h'})
|
|
pkg.deps = {'pkg/netbsd-curses/headers'}
|
|
|
|
lib('libtermkey.a', {
|
|
'termkey.c',
|
|
'driver-csi.c',
|
|
'driver-ti.c',
|
|
'$builddir/pkg/netbsd-curses/libcurses.a.d',
|
|
})
|
|
|
|
fetch 'curl'
|