summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2020-08-01 17:37:57 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2020-08-01 17:37:57 +0300
commit2b66882683bf3d1cfa6631b1ce955f83f9d03e80 (patch)
tree9af375239ae9df5f105b80266006121d2fa00324
parentf630d9484364a9533a732fa73774948949ae4f47 (diff)
Add glue buildfile
l---------COPYING1
-rw-r--r--buildfile7
2 files changed, 8 insertions, 0 deletions
diff --git a/COPYING b/COPYING
new file mode 120000
index 0000000..32382a8
--- /dev/null
+++ b/COPYING
@@ -0,0 +1 @@
+upstream/COPYING \ No newline at end of file
diff --git a/buildfile b/buildfile
new file mode 100644
index 0000000..bcbde75
--- /dev/null
+++ b/buildfile
@@ -0,0 +1,7 @@
+# file : buildfile
+# license : FreeBSD License; see accompanying COPYING file
+
+# Glue buildfile that "pulls" all the packages.
+
+import pkgs = {*/ -upstream/}
+./: $pkgs