aboutsummaryrefslogtreecommitdiff
path: root/bpkg-rep/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-rep/buildfile
parentfa624b451a7d21165fd064d03b70c96f51e6b27c (diff)
Rename project/package from bpkg-rep to bpkg-util
Diffstat (limited to 'bpkg-rep/buildfile')
-rw-r--r--bpkg-rep/buildfile17
1 files changed, 0 insertions, 17 deletions
diff --git a/bpkg-rep/buildfile b/bpkg-rep/buildfile
deleted file mode 100644
index 3c66f8b..0000000
--- a/bpkg-rep/buildfile
+++ /dev/null
@@ -1,17 +0,0 @@
-# file : bpkg-rep/buildfile
-# license : MIT; see accompanying LICENSE file
-
-import mods = libbutl.bash%bash{manifest-parser}
-
-./: exe{bpkg-rep-publish bpkg-rep-manage} bash{package-archive}
-
-exe{bpkg-rep-publish}: in{publish} bash{utility}
-exe{bpkg-rep-manage}: in{manage} bash{utility package-archive}
-
-# Public modules.
-#
-bash{package-archive}: in{package-archive} $mods
-
-# Private modules.
-#
-bash{utility}: in{utility}