summaryrefslogtreecommitdiff
path: root/homebrew/uade/.make.sh-auto
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/uade/.make.sh-auto')
-rw-r--r--homebrew/uade/.make.sh-auto6
1 files changed, 6 insertions, 0 deletions
diff --git a/homebrew/uade/.make.sh-auto b/homebrew/uade/.make.sh-auto
new file mode 100644
index 000000000..c800f3457
--- /dev/null
+++ b/homebrew/uade/.make.sh-auto
@@ -0,0 +1,6 @@
+pkg:setup
+resource("bencode-tools").stage do
+pkg:configure --without-python
+make
+make DESTDIR=${PKG_DEST} install
+end