aboutsummaryrefslogtreecommitdiff
path: root/bpkg-util/buildfile
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg-util/buildfile')
-rw-r--r--bpkg-util/buildfile17
1 files changed, 17 insertions, 0 deletions
diff --git a/bpkg-util/buildfile b/bpkg-util/buildfile
new file mode 100644
index 0000000..271ea36
--- /dev/null
+++ b/bpkg-util/buildfile
@@ -0,0 +1,17 @@
+# file : bpkg-util/buildfile
+# license : MIT; see accompanying LICENSE file
+
+import mods = libbutl.bash%bash{manifest-parser}
+
+./: exe{bpkg-util-publish bpkg-util-manage} bash{package-archive}
+
+exe{bpkg-util-publish}: in{publish} bash{utility}
+exe{bpkg-util-manage}: in{manage} bash{utility package-archive}
+
+# Public modules.
+#
+bash{package-archive}: in{package-archive} $mods
+
+# Private modules.
+#
+bash{utility}: in{utility}