summaryrefslogtreecommitdiff
path: root/homebrew/s6/.make.sh-auto
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/s6/.make.sh-auto')
-rw-r--r--homebrew/s6/.make.sh-auto6
1 files changed, 6 insertions, 0 deletions
diff --git a/homebrew/s6/.make.sh-auto b/homebrew/s6/.make.sh-auto
new file mode 100644
index 000000000..0d6b889af
--- /dev/null
+++ b/homebrew/s6/.make.sh-auto
@@ -0,0 +1,6 @@
+pkg:setup
+resources.each { |r| r.stage(buildpath/r.name) }
+build_dir = buildpath/"build"
+cd "skalibs"
+pkg:configure --disable-shared --libdir=#{build_dir}/lib
+make DESTDIR=${PKG_DEST} install