2022-09-26 18:52:59 +02:00
|
|
|
configs:
|
2022-10-19 20:18:25 +02:00
|
|
|
# OS architecture by default.
|
2022-09-26 18:52:59 +02:00
|
|
|
os_arch: x86_64
|
2022-10-19 19:18:13 +02:00
|
|
|
|
2022-10-22 18:46:10 +02:00
|
|
|
# Tmp path for slpkg.
|
2022-09-26 18:52:59 +02:00
|
|
|
tmp_slpkg: /tmp/slpkg
|
2022-10-22 18:46:10 +02:00
|
|
|
|
|
|
|
# Path for building source and the script
|
2022-09-26 18:52:59 +02:00
|
|
|
build_path: /tmp/slpkg/build
|
2022-10-22 18:46:10 +02:00
|
|
|
|
|
|
|
# This path working only with the command download.
|
2022-10-14 19:22:33 +02:00
|
|
|
download_only: /tmp/slpkg
|
2022-10-22 18:46:10 +02:00
|
|
|
|
|
|
|
# The path that the SLACKBUILDS.TXT file downloaded.
|
2022-09-26 18:52:59 +02:00
|
|
|
sbo_repo_path: /var/lib/slpkg/repository
|
2022-10-19 19:18:13 +02:00
|
|
|
|
2022-10-22 18:46:10 +02:00
|
|
|
# The name of the database. Default name is 'database.slpkg'.
|
2022-09-26 18:52:59 +02:00
|
|
|
database: database.slpkg
|
2022-10-19 19:18:13 +02:00
|
|
|
|
2022-10-22 18:46:10 +02:00
|
|
|
# Slackbuilds.org repository url.
|
2022-10-19 20:10:07 +02:00
|
|
|
sbo_repo_url: http://slackbuilds.org/slackbuilds/15.0
|
2022-10-22 18:46:10 +02:00
|
|
|
|
|
|
|
# The sbo repository main file.
|
2022-09-26 18:52:59 +02:00
|
|
|
sbo_txt: SLACKBUILDS.TXT
|
2022-10-22 18:46:10 +02:00
|
|
|
|
|
|
|
# The sbo tar suffix.
|
2022-10-19 18:55:45 +02:00
|
|
|
sbo_tar_suffix: .tar.gz
|
2022-10-22 18:46:10 +02:00
|
|
|
|
|
|
|
# The sbo repo tag.
|
2022-10-19 18:55:45 +02:00
|
|
|
sbo_repo_tag: _SBo
|
2022-10-19 19:18:13 +02:00
|
|
|
|
2022-10-22 18:46:10 +02:00
|
|
|
# Slackware install command. Alternative you can
|
|
|
|
# use 'installpkg', if you want.
|
2022-09-26 18:52:59 +02:00
|
|
|
installpkg: upgradepkg --install-new
|
2022-10-22 18:46:10 +02:00
|
|
|
|
|
|
|
# Upgrade or reinstall slackware command.
|
2022-09-26 18:52:59 +02:00
|
|
|
reinstall: upgradepkg --reinstall
|
2022-10-22 18:46:10 +02:00
|
|
|
|
2022-10-30 18:34:32 +01:00
|
|
|
# Slackware command to remove packages.
|
2022-09-26 18:52:59 +02:00
|
|
|
removepkg: removepkg
|
2022-10-19 19:18:13 +02:00
|
|
|
|
2022-10-28 08:26:56 +02:00
|
|
|
# Cli menu colors configs. Default is off. [on/off]
|
|
|
|
colors: off
|
2022-10-19 19:18:13 +02:00
|
|
|
|
2022-10-22 18:46:10 +02:00
|
|
|
# Wget downloader options.
|
|
|
|
# -c, --continue: resume getting a partially-downloaded file.
|
|
|
|
# -N, --timestamping: don't re-retrieve files unless newer
|
|
|
|
# than local.
|
2022-09-26 18:52:59 +02:00
|
|
|
wget_options: -c -N
|