summaryrefslogtreecommitdiff
path: root/pkg/utf8proc
diff options
context:
space:
mode:
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