aboutsummaryrefslogtreecommitdiff
path: root/bpkg-rep/buildfile
diff options
context:
space:
mode:
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}