summaryrefslogtreecommitdiff
path: root/pkg/utf8proc/gen.lua
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/utf8proc/gen.lua')
-rw-r--r--pkg/utf8proc/gen.lua5
1 files changed, 5 insertions, 0 deletions
diff --git a/pkg/utf8proc/gen.lua b/pkg/utf8proc/gen.lua
new file mode 100644
index 00000000..a42716c2
--- /dev/null
+++ b/pkg/utf8proc/gen.lua
@@ -0,0 +1,5 @@
+cflags{'-std=c99', '-Wall', '-pedantic'}
+
+lib('libutf8proc.a', {'utf8proc.c'})
+
+fetch 'git'