diff options
Diffstat (limited to 'homebrew/libquvi/.make.sh-auto')
-rw-r--r-- | homebrew/libquvi/.make.sh-auto | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/homebrew/libquvi/.make.sh-auto b/homebrew/libquvi/.make.sh-auto new file mode 100644 index 000000000..49dd18576 --- /dev/null +++ b/homebrew/libquvi/.make.sh-auto @@ -0,0 +1,6 @@ +pkg:setup +ENV.prepend_path "PKG_CONFIG_PATH", Formula["lua@5.1"].opt_libexec/"lib/pkgconfig" +scripts = prefix/"libquvi-scripts" +resource("scripts").stage do +pkg:configure --with-nsfw +make DESTDIR=${PKG_DEST} install |