From 098460199c35218979e207a1709111e477ab9567 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 1 Oct 2015 09:13:37 +0200 Subject: build command genesis, some re-factoring --- bpkg/build-options.cli | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 bpkg/build-options.cli (limited to 'bpkg/build-options.cli') diff --git a/bpkg/build-options.cli b/bpkg/build-options.cli new file mode 100644 index 0000000..9782f95 --- /dev/null +++ b/bpkg/build-options.cli @@ -0,0 +1,33 @@ +// file : bpkg/build-options.cli +// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd +// license : MIT; see accompanying LICENSE file + +include ; + +/* +"\section=1" +"\name=bpkg-build" + +"\h{SYNOPSIS} + +bpkg build [] ([/]||)..." + +"\h{DESCRIPTION} + +The \cb{build} command builds one or more packages including all their +prerequisites. Each package can be specified as just the name () +with optional package version () in which case the package will +be automatically fetched from one of the configuration's source +repositories (see \cb{rep-add} and \cb{rep-fetch}). Alternatively, +the package can be specified as either the path to the package +source archive () or package source directory (). See +\cb{pkg-fetch} and \cb{pkg-unpack} for more information on the +semantics of specifying the package as an archive or directory. +*/ + +namespace bpkg +{ + class build_options: configuration_options + { + }; +} -- cgit v1.1