summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2020-08-01 20:06:00 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2020-08-01 20:06:00 +0300
commitd2489d151fb814fc9d23e8eff2cdbfdfdea7927d (patch)
tree87b0fef8a9b30d7c6e3891df444a12798b9d5827
parentbcb070e59279c6ce4ab9fbc8c6f7350a513144c2 (diff)
Add glue buildfile
l---------LICENSE1
-rw-r--r--buildfile7
2 files changed, 8 insertions, 0 deletions
diff --git a/LICENSE b/LICENSE
new file mode 120000
index 0000000..4d5ed76
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1 @@
+upstream/LICENSE \ No newline at end of file
diff --git a/buildfile b/buildfile
new file mode 100644
index 0000000..f5def94
--- /dev/null
+++ b/buildfile
@@ -0,0 +1,7 @@
+# file : buildfile
+# license : OpenSSL and SSLeay Licenses; see accompanying LICENSE file
+
+# Glue buildfile that "pulls" all the packages.
+
+import pkgs = {*/ -upstream/ -upstream-build/}
+./: $pkgs