summaryrefslogtreecommitdiff
path: root/homebrew/libidn2/.make.sh-auto
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/libidn2/.make.sh-auto')
-rw-r--r--homebrew/libidn2/.make.sh-auto8
1 files changed, 8 insertions, 0 deletions
diff --git a/homebrew/libidn2/.make.sh-auto b/homebrew/libidn2/.make.sh-auto
new file mode 100644
index 000000000..c74d06632
--- /dev/null
+++ b/homebrew/libidn2/.make.sh-auto
@@ -0,0 +1,8 @@
+pkg:setup
+ENV["GEM_HOME"] = buildpath/"gem_home"
+gem install ronn
+ENV.prepend_path "PATH", buildpath/"gem_home/bin"
+./bootstrap
+end
+pkg:configure --disable-dependency-tracking --disable-silent-rules --with-libintl-prefix=#{Formula[gettext"].opt_prefix}" --with-packager=Homebrew
+make DESTDIR=${PKG_DEST} install