summaryrefslogtreecommitdiff
path: root/homebrew/elixir/.make.sh-auto
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/elixir/.make.sh-auto')
-rw-r--r--homebrew/elixir/.make.sh-auto6
1 files changed, 6 insertions, 0 deletions
diff --git a/homebrew/elixir/.make.sh-auto b/homebrew/elixir/.make.sh-auto
new file mode 100644
index 000000000..31d94ccc5
--- /dev/null
+++ b/homebrew/elixir/.make.sh-auto
@@ -0,0 +1,6 @@
+pkg:setup
+make
+bin.install Dir["bin/*"] - Dir["bin/*.{bat,ps1}"]
+Dir.glob("lib/*/ebin") do |path|
+app = File.basename(File.dirname(path))
+(lib/app).install path