summaryrefslogtreecommitdiff
path: root/pkg/utf8proc
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2017-09-17 00:03:34 -0700
committerMichael Forney <mforney@mforney.org>2017-09-25 19:23:06 -0700
commitba94a8513d9a0aadb3f2c834c74b64aa644c61e8 (patch)
tree48ac6c85baa7b9d960b9e1e726a906e61ca60967 /pkg/utf8proc
parentcb362b531d79708a259bbf070dee5104fd63df08 (diff)
Rewrite ninja generation scripts in Lua
Diffstat (limited to 'pkg/utf8proc')
-rw-r--r--pkg/utf8proc/gen.lua5
-rw-r--r--pkg/utf8proc/gen.rc5
2 files changed, 5 insertions, 5 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'
diff --git a/pkg/utf8proc/gen.rc b/pkg/utf8proc/gen.rc
deleted file mode 100644
index 750c1a86..00000000
--- a/pkg/utf8proc/gen.rc
+++ /dev/null
@@ -1,5 +0,0 @@
-cflags '-std=c99' -Wall -pedantic
-
-lib libutf8proc.a utf8proc.c
-
-fetch git