slpkg/configs/repositories.toml

43 lines
1.5 KiB
TOML
Raw Normal View History

2023-03-26 13:07:59 +02:00
# 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.
2023-03-19 22:42:26 +01:00
[REPOSITORIES]
2023-03-18 20:48:10 +01:00
2023-03-21 15:37:56 +01:00
SBO_REPO_NAME = "sbo"
2023-03-25 18:39:08 +01:00
SBO_REPO_MIRROR = "https://slackbuilds.org/slackbuilds/15.0/"
SBO_REPO_SLACKBUILDS = "SLACKBUILDS.TXT"
SBO_REPO_CHANGELOG = "ChangeLog.txt"
2023-03-20 17:21:36 +01:00
SBO_REPO_TAR_SUFFIX = ".tar.gz"
SBO_REPO_TAG = "_SBo"
2023-03-21 15:37:56 +01:00
PONCE_REPO_NAME = "ponce"
2023-03-20 17:21:36 +01:00
PONCE_REPO = false
2023-03-25 18:39:08 +01:00
PONCE_REPO_MIRROR = "https://cgit.ponce.cc/slackbuilds/plain/"
PONCE_REPO_SLACKBUILDS = "SLACKBUILDS.TXT"
PONCE_REPO_CHANGELOG = "ChangeLog.txt"
2023-03-20 17:21:36 +01:00
PONCE_REPO_TAG = "_SBo"
2023-03-28 10:19:45 +02:00
ALIEN_REPO_NAME = "alien"
ALIEN_REPO = true
ALIEN_REPO_MIRROR = "http://slackware.uk/people/alien/sbrepos/15.0/x86_64/"
ALIEN_REPO_CHANGELOG_MIRROR = "http://slackware.uk/people/alien/sbrepos/"
ALIEN_REPO_PACKAGES = "PACKAGES.TXT"
ALIEN_REPO_CHECKSUMS = "CHECKSUMS.md5"
ALIEN_REPO_CHANGELOG = "ChangeLog.txt"
2023-03-21 15:37:56 +01:00
GNOME_REPO_NAME = "gnome"
2023-03-20 17:21:36 +01:00
GNOME_REPO = true
2023-03-25 18:39:08 +01:00
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"
2023-03-20 17:21:36 +01:00
2023-03-21 20:11:33 +01:00
CONRAID_REPO_NAME = "conraid"
CONRAID_REPO = true
2023-03-25 18:39:08 +01:00
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"