From 0d1d47c5e183adc61dc60f735a1fe2422ca6c864 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 14 Oct 2020 19:38:39 +0300 Subject: Rename project/package from bpkg-rep to bpkg-util --- bpkg-util/buildfile | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 bpkg-util/buildfile (limited to 'bpkg-util/buildfile') 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} -- cgit v1.1