summaryrefslogtreecommitdiff
path: root/homebrew/libftdi0/.make.sh-auto
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/libftdi0/.make.sh-auto')
-rw-r--r--homebrew/libftdi0/.make.sh-auto5
1 files changed, 5 insertions, 0 deletions
diff --git a/homebrew/libftdi0/.make.sh-auto b/homebrew/libftdi0/.make.sh-auto
new file mode 100644
index 000000000..6f4eba972
--- /dev/null
+++ b/homebrew/libftdi0/.make.sh-auto
@@ -0,0 +1,5 @@
+pkg:setup
+mkdir "libftdi-build" && cd libftdi-build
+PKG_CONF=../configure pkg:configure
+make
+make DESTDIR=${PKG_DEST} install