aboutsummaryrefslogtreecommitdiff
path: root/man1
diff options
context:
space:
mode:
authorAndreas Guldstrand <andreas.guldstrand@gmail.com>2016-09-01 13:02:13 +0200
committerAndreas Guldstrand <andreas.guldstrand@gmail.com>2016-09-01 13:02:13 +0200
commit353e59034a230b6a502b92ac16226e3b6a98c821 (patch)
tree316cf36e979a37c1ab671c9c5cca2b4d587bd5e0 /man1
parentc869532d063368ad0fe015eab7603c38e62c03c3 (diff)
downloadsbotools2-353e59034a230b6a502b92ac16226e3b6a98c821.tar.xz
sboinstall: add support for templates. this closes #38.
Diffstat (limited to 'man1')
-rw-r--r--man1/sboinstall.113
1 files changed, 12 insertions, 1 deletions
diff --git a/man1/sboinstall.1 b/man1/sboinstall.1
index f6a4fc4..bee6b0f 100644
--- a/man1/sboinstall.1
+++ b/man1/sboinstall.1
@@ -4,7 +4,8 @@
sboinstall - install slackbuilds
.SH SYNAPSES
.P
-sboinstall [-h|-v] [-d TRUE|FALSE] [-j #|FALSE] [-c TRUE|FALSE] [-NrRip] sbo_name (sbo_name)
+sboinstall [-h|-v] [-d TRUE|FALSE] [-j #|FALSE] [-c TRUE|FALSE] [-NrRip] [--create-template FILE] sbo_name (sbo_name)
+sboinstall [-h|-v] [-d TRUE|FALSE] [-j #|FALSE] [-c TRUE|FALSE] [-NRip] --use-template FILE
.SH DESCRIPTION
.P
sboinstall is used to install SBos. If the -r flag is NOT specified, sboinstall will pull the list of requirements from the .info file for any specified slackbuild. If such a list exists, sboinstall will look to see whether or not those requirements are already installed, and if not, it will ask whether or not it should attempt to install them first. This is recursive, so that ordering happens correctly. sboinstall will refuse to handle circular requirements. sboinstall will attempt to note groupadd and useradd commands in README files and offer to run those first. If the README appears to document options of the KEY=value form, sboinstall will offer the opportunity to set options.
@@ -54,6 +55,16 @@ Skip viewing of the README and the yes or no question which accompanies it. Anyt
.RS
This option causes sboinstall to skip requirement handling, but still show the README and prompt the user to proceed.
.RE
+.P
+--create-template (FILE)
+.RS
+Create a template for the SlackBuilds including any optional commands or build options that you wish to set and store this in the specified FILE.
+.RE
+.P
+--use-template (FILE)
+.RS
+Use a template file and let it specify all the build options and optional commands to be used. This also enables the --nointeractive flag.
+.RE
.SH EXIT CODES
.P
sboinstall can exit with the following exit codes: