mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-12-28 09:58:21 +01:00
34 lines
1.2 KiB
TOML
34 lines
1.2 KiB
TOML
# REPOSITORIES CONFIGURATION FILE.
|
|
# This is the configuration of repositories file.
|
|
# There are two [sbo/ponce] slackbuilds repositories and you can choose one of them.
|
|
# Set true to 'PONCE_REPO' to switch slackbuild repository.
|
|
# Default is the 'sbo' repository.
|
|
[REPOSITORIES]
|
|
|
|
SBO_REPO_NAME = "sbo"
|
|
SBO_REPO_MIRROR = "https://slackbuilds.org/slackbuilds/15.0/"
|
|
SBO_REPO_SLACKBUILDS = "SLACKBUILDS.TXT"
|
|
SBO_REPO_CHANGELOG = "ChangeLog.txt"
|
|
SBO_REPO_TAR_SUFFIX = ".tar.gz"
|
|
SBO_REPO_TAG = "_SBo"
|
|
|
|
PONCE_REPO_NAME = "ponce"
|
|
PONCE_REPO = false
|
|
PONCE_REPO_MIRROR = "https://cgit.ponce.cc/slackbuilds/plain/"
|
|
PONCE_REPO_SLACKBUILDS = "SLACKBUILDS.TXT"
|
|
PONCE_REPO_CHANGELOG = "ChangeLog.txt"
|
|
PONCE_REPO_TAG = "_SBo"
|
|
|
|
GNOME_REPO_NAME = "gnome"
|
|
GNOME_REPO = true
|
|
GNOME_REPO_MIRROR = "https://reddoglinux.ddns.net/linux/gnome/43.x/x86_64/"
|
|
GNOME_REPO_PACKAGES = "PACKAGES.TXT"
|
|
GNOME_REPO_CHECKSUMS = "CHECKSUMS.md5"
|
|
GNOME_REPO_CHANGELOG = "ChangeLog.txt"
|
|
|
|
CONRAID_REPO_NAME = "conraid"
|
|
CONRAID_REPO = true
|
|
CONRAID_REPO_MIRROR = "https://slack.conraid.net/repository/slackware64-current/"
|
|
CONRAID_REPO_PACKAGES = "PACKAGES.TXT"
|
|
CONRAID_REPO_CHECKSUMS = "CHECKSUMS.md5"
|
|
CONRAID_REPO_CHANGELOG = "ChangeLog.txt"
|