aboutsummaryrefslogtreecommitdiff
path: root/stack.yaml
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-09-26 06:16:01 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-09-26 06:20:09 -0400
commit19cbdf8c4ede29346e2e498cd76238d5fbcbcb87 (patch)
tree8a04feb3bc9c93444aac17e491356cc1e7b2676f /stack.yaml
parenta1bb4bb80d1d5f96fa645b0c9c30f3a2607a47f9 (diff)
Added stack.yaml to support easy builds from source with stack.
Update install instructions. Note that xmpp is disabled in the stack.yaml, because that needs C libraries that would take extra work for the user to install. xmpp is moving toward deprecation anyway.
Diffstat (limited to 'stack.yaml')
-rw-r--r--stack.yaml30
1 files changed, 30 insertions, 0 deletions
diff --git a/stack.yaml b/stack.yaml
new file mode 100644
index 000000000..e81fe029a
--- /dev/null
+++ b/stack.yaml
@@ -0,0 +1,30 @@
+flags:
+ git-annex:
+ asciiprogress: false
+ tahoe: true
+ tdfa: true
+ inotify: true
+ feed: true
+ database: true
+ webapp-secure: true
+ production: true
+ ekg: false
+ assistant: true
+ pairing: true
+ cryptonite: true
+ xmpp: false
+ network-uri: true
+ s3: true
+ dbus: true
+ testsuite: true
+ webdav: true
+ torrentparser: true
+ android: false
+ androidsplice: false
+ quvi: true
+ dns: true
+ desktopnotify: true
+ webapp: true
+packages:
+- '.'
+extra-deps: []