mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-12-26 09:58:31 +01:00
101 lines
2.7 KiB
TOML
101 lines
2.7 KiB
TOML
# This is the general repositories configuration file of slpkg:
|
|
# /etc/slpkg/repositories.toml
|
|
# Updated: 11/04/2024, Version: 5.0.5
|
|
|
|
# Set 'true' or 'false' to enable or disable the repository you want.
|
|
|
|
# DO NOT CHANGE THE PATTERN OF THE MIRRORS, CHANGE ONLY WHAT YOU WANT.
|
|
# Example for alien repository and Slackware -current users should be:
|
|
# ["https://slackware.nl/people/alien/sbrepos/", "current/", "x86_64/"]
|
|
# and NOT:
|
|
# ["https://slackware.nl/people/alien/sbrepos/current/x86_64/"]
|
|
|
|
# SalixOs users, they should change the slack's repositories mirrors.
|
|
# ["https://repo.greeklug.gr/data/pub/linux/salix/x86_64/slackware-15.0/"]
|
|
|
|
# Notes: Before using a repository, make sure you have read about it.
|
|
# Some repositories are for -current only. Change the mirror
|
|
# if it is necessary. The mirror or every part of the mirror
|
|
# should end with a slash '/'.
|
|
|
|
# This is the DEFAULT REPOSITORY.
|
|
# You can change it with one that you see below.
|
|
# Make sure you have enabled it before.
|
|
[DEFAULT]
|
|
REPO = "sbo"
|
|
|
|
[SBO]
|
|
ENABLE = true
|
|
MIRROR = ["https://slackbuilds.org/slackbuilds/15.0/"]
|
|
|
|
[PONCE]
|
|
ENABLE = false
|
|
MIRROR = ["https://cgit.ponce.cc/slackbuilds/plain/"]
|
|
|
|
[SLACK]
|
|
ENABLE = false
|
|
MIRROR = ["https://slackware.uk/slackware/slackware64-15.0/"]
|
|
|
|
[SLACK_EXTRA]
|
|
ENABLE = false
|
|
MIRROR = ["https://slackware.uk/slackware/slackware64-15.0/", "extra/"]
|
|
|
|
[SLACK_PATCHES]
|
|
ENABLE = false
|
|
MIRROR = ["https://slackware.uk/slackware/slackware64-15.0/", "patches/"]
|
|
|
|
[ALIEN]
|
|
ENABLE = false
|
|
MIRROR = ["https://slackware.nl/people/alien/sbrepos/", "15.0/", "x86_64/"]
|
|
|
|
[MULTILIB]
|
|
ENABLE = false
|
|
MIRROR = ["https://slackware.nl/people/alien/multilib/", "15.0/"]
|
|
|
|
[RESTRICTED]
|
|
ENABLE = false
|
|
MIRROR = ["https://slackware.nl/people/alien/restricted_sbrepos/", "15.0/", "x86_64/"]
|
|
|
|
[GNOME]
|
|
ENABLE = false
|
|
MIRROR = ["https://reddoglinux.ddns.net/linux/gnome/41.x/x86_64/"]
|
|
|
|
[MSB]
|
|
ENABLE = false
|
|
MIRROR = ["https://slackware.uk/msb/", "15.0/", "1.28/", "x86_64/"]
|
|
|
|
[CSB]
|
|
ENABLE = false
|
|
MIRROR = ["https://slackware.uk/csb/", "15.0/", "x86_64/"]
|
|
|
|
[CONRAID]
|
|
ENABLE = false
|
|
MIRROR = ["https://slackers.it/repository/slackware64-current/"]
|
|
|
|
[SLACKDCE]
|
|
ENABLE = false
|
|
MIRROR = ["https://slackware.uk/slackdce/15.0/x86_64/"]
|
|
|
|
[SLACKONLY]
|
|
ENABLE = false
|
|
MIRROR = ["https://packages.slackonly.com/pub/packages/15.0-x86_64/"]
|
|
|
|
[SALIX]
|
|
ENABLE = false
|
|
MIRROR = ["https://repo.greeklug.gr/data/pub/linux/salix/x86_64/15.0/"]
|
|
|
|
[SALIX_EXTRA]
|
|
ENABLE = false
|
|
MIRROR = ["https://repo.greeklug.gr/data/pub/linux/salix/x86_64/extra-15.0/"]
|
|
|
|
[SLACKEL]
|
|
ENABLE = false
|
|
MIRROR = ["http://www.slackel.gr/repo/x86_64/current/"]
|
|
|
|
[SLINT]
|
|
ENABLE = false
|
|
MIRROR = ["https://slackware.uk/slint/x86_64/slint-15.0/"]
|
|
|
|
[PPRKUT]
|
|
ENABLE = false
|
|
MIRROR = ["https://repo.liwjatan.org/pprkut/15.0/x86_64/"]
|