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