summaryrefslogtreecommitdiff
path: root/pkg/texi2mdoc/gen.lua
blob: d8f2644492c0a477fe4745ba75435424ee83c048 (plain)
1
2
3
4
5
6
7
8
9
10
cflags{
        '-D __BEGIN_DECLS=',
        '-D __END_DECLS=',
        '-Wall',
}

file('bin/texi2mdoc', '755', exe('texi2mdoc', {'main.c', 'util.c'}))
man{'texi2mdoc.1'}

fetch 'curl'