summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2020-08-01 19:53:58 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2020-08-01 19:53:58 +0300
commitdda7c5b7372c2061b1231342f0f1fd5fa4824595 (patch)
treeb6eb5e9f891c7f7b25ab48659b83e3b97f84a5cf
parent5c87840783603eeb6dc5e2feb53307f0271d5c4e (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..39e95e9
--- /dev/null
+++ b/buildfile
@@ -0,0 +1,7 @@
+# file : buildfile
+# license : GPLv2 with Universal FOSS Exception; see accompanying LICENSE file
+
+# Glue buildfile that "pulls" all the packages.
+
+import pkgs = {*/ -upstream/}
+./: $pkgs