summaryrefslogtreecommitdiff
path: root/slackware-bootstrap/repositories.toml
blob: 06e9d1b7cad23d893c1e100491a8aa091b676e7a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
# This is the general repositories configuration file of slpkg:
# /etc/slpkg/repositories.toml
# Updated: 29/09/2024, Version: 5.1.4

# Set 'true' or 'false' to enable or disable the repository you want.
# You can use a mirror not included in this file.

# 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 '/' except for git repositories.

# 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:
# [ALIEN]
# ENABLE = true
# MIRROR = "https://slackware.nl/people/alien/sbrepos/15.0/x86_64/"
# CHANGELOG = "https://slackware.nl/people/alien/sbrepos/"
# TAG = "alien"

# Salix OS Distribution:
# Replace the SLACK, SLACK_EXTRA and SLACK_PATCHES with the mirrors:
# https://repo.greeklug.gr/data/pub/linux/salix/x86_64/slackware-15.0/
# https://repo.greeklug.gr/data/pub/linux/salix/x86_64/slackware-15.0/extra/
# https://repo.greeklug.gr/data/pub/linux/salix/x86_64/slackware-15.0/patches/

[DEFAULT]
# This is the DEFAULT REPOSITORY.
# You can change it with one that you see below.
# Make sure you have enabled it before.
REPOSITORY = "slack"

[NEW_PACKAGES]
# Configure the repositories that you want new packages to be added
# when upgrading installed packages. Only useful for repositories that
# are fully installed on the system. Example ["slack", "gnome"].
# Normally you should see the new packages first to install.
REPOSITORIES = []

[REMOVE_PACKAGES]
# Configure the repositories that you want to remove installed packages
# that no longer exist in the repository. Only useful for repositories
# that are fully installed on the system. Example ["slack", "gnome"].
# WARNING: Always check which packages are going to remove before proceed.
REPOSITORIES = []

[SBOSRCARCH]
# Archive of source files linked to by .info files on SlackBuilds.org.
# Used as an alternative download source for SBo and Ponce repositories.
# For more information, visit: https://slackware.uk/sbosrcarch/README
MIRROR = "https://slackware.uk/sbosrcarch/by-name/"

[SBO]
ENABLE = true
MIRROR = "https://slackbuilds.org/slackbuilds/15.0/"
# Alternative, you can use a git repository.
# MIRROR = "https://github.com/SlackBuildsOrg/slackbuilds.git"
# MIRROR = "https://gitlab.com/SlackBuilds.org/slackbuilds.git"

[PONCE]
ENABLE = false
MIRROR = "https://github.com/Ponce/slackbuilds.git"
# Alternative, you can use the this repository.
# MIRROR = "https://cgit.ponce.cc/slackbuilds/plain/"

[SLACK]
ENABLE = true
MIRROR = "http://ftp.slackware.pl/pub/slackware/slackware64-current/"

[SLACK_EXTRA]
ENABLE = true
MIRROR = "http://ftp.slackware.pl/pub/slackware/slackware64-current/extra/"

[SLACK_PATCHES]
ENABLE = true
MIRROR = "http://ftp.slackware.pl/pub/slackware/slackware64-current/patches/"

[ALIEN]
ENABLE = true
MIRROR = "https://slackware.nl/people/alien/sbrepos/current/x86_64/"

[MULTILIB]
ENABLE = true
MIRROR = "https://slackware.nl/people/alien/multilib/current/"

[RESTRICTED]
ENABLE = false
MIRROR = "https://slackware.nl/people/alien/restricted_sbrepos/15.0/x86_64/"

[GNOME]
ENABLE = false
MIRROR = "https://slackware.uk/gfs/15.0/41.10/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 = true 
MIRROR = "https://slackers.it/repository/slackware64-current/"

[SLACKONLY]
ENABLE = true
MIRROR = "https://packages.slackonly.com/pub/packages/current-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/"