aboutsummaryrefslogtreecommitdiff
path: root/bpkg-util/buildfile
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2020-10-14 19:38:39 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2020-10-14 20:36:06 +0300
commit0d1d47c5e183adc61dc60f735a1fe2422ca6c864 (patch)
tree986310117fb3d257f6b45c2ff724f7b554e8b7a1 /bpkg-util/buildfile
parentfa624b451a7d21165fd064d03b70c96f51e6b27c (diff)
Rename project/package from bpkg-rep to bpkg-util
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}