mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-10 20:01:54 +01:00
e3074c0daa
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
29 lines
624 B
YAML
29 lines
624 B
YAML
configs:
|
|
# OS architecture by default.
|
|
os_arch: x86_64
|
|
|
|
# All necessary paths.
|
|
tmp_slpkg: /tmp/slpkg
|
|
build_path: /tmp/slpkg/build
|
|
download_only: /tmp/slpkg
|
|
sbo_repo_path: /var/lib/slpkg/repository
|
|
|
|
# Database name.
|
|
database: database.slpkg
|
|
|
|
# SBo repository configs.
|
|
sbo_repo_url: http://slackbuilds.org/slackbuilds/15.0
|
|
sbo_txt: SLACKBUILDS.TXT
|
|
sbo_tar_suffix: .tar.gz
|
|
sbo_repo_tag: _SBo
|
|
|
|
# Slackware commands.
|
|
installpkg: upgradepkg --install-new
|
|
reinstall: upgradepkg --reinstall
|
|
removepkg: removepkg
|
|
|
|
# Cli menu colors configs.
|
|
colors: on
|
|
|
|
# Wget options.
|
|
wget_options: -c -N
|