mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-11-17 07:48:18 +01:00
105 lines
2.7 KiB
TOML
105 lines
2.7 KiB
TOML
# This is the general repositories configuration file of slpkg:
|
|
# /etc/slpkg/repositories.toml
|
|
# Updated: 15/04/2024, Version: 5.0.6
|
|
|
|
# Set 'true' or 'false' to enable or disable the repository you want.
|
|
|
|
# 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 '/'.
|
|
|
|
# Template to define a binary custom repository.
|
|
# At least are required [NAME], ENABLE, MIRROR and TAG options.
|
|
# The MIRROR should include the files ChangeLog.txt, PACKAGES.TXT,
|
|
# and CHECKSUMS.md5. If the file ChangeLog.txt is located in
|
|
# a different branch, it should be set a variable CHANGELOG.
|
|
|
|
# Example:
|
|
# [NAME]
|
|
# ENABLE = true
|
|
# MIRROR = "https://slackware.nl/people/alien/sbrepos/15.0/x86_64/"
|
|
# CHANGELOG = "https://slackware.nl/people/alien/sbrepos/"
|
|
# TAG = "alien"
|
|
|
|
# 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 = "http://mirror.nl.leaseweb.net/slackware/slackware64-15.0/"
|
|
|
|
[SLACK_EXTRA]
|
|
ENABLE = false
|
|
MIRROR = "http://mirror.nl.leaseweb.net/slackware/slackware64-15.0/extra/"
|
|
|
|
[SLACK_PATCHES]
|
|
ENABLE = false
|
|
MIRROR = "http://mirror.nl.leaseweb.net/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/"
|