From ba94a8513d9a0aadb3f2c834c74b64aa644c61e8 Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Sun, 17 Sep 2017 00:03:34 -0700 Subject: Rewrite ninja generation scripts in Lua --- pkg/utf8proc/gen.lua | 5 +++++ pkg/utf8proc/gen.rc | 5 ----- 2 files changed, 5 insertions(+), 5 deletions(-) create mode 100644 pkg/utf8proc/gen.lua delete mode 100644 pkg/utf8proc/gen.rc (limited to 'pkg/utf8proc') 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 -- cgit v1.2.3