Init, adding corrade,magnum,magnum-plugins,magnum-integration,magnum-extras, and magnum-examples 2025.47_1
This commit is contained in:
22
common/environment/setup/misc.sh
Normal file
22
common/environment/setup/misc.sh
Normal file
@@ -0,0 +1,22 @@
|
||||
#
|
||||
# Common variables that can be used by xbps-src.
|
||||
#
|
||||
# SITE used for distfiles mirrors. For use in $distfiles.
|
||||
set -a
|
||||
|
||||
SOURCEFORGE_SITE="https://downloads.sourceforge.net/sourceforge"
|
||||
NONGNU_SITE="https://download.savannah.nongnu.org/releases"
|
||||
UBUNTU_SITE="http://archive.ubuntu.com/ubuntu/pool"
|
||||
XORG_SITE="https://www.x.org/releases/individual"
|
||||
DEBIAN_SITE="https://ftp.debian.org/debian/pool"
|
||||
GNOME_SITE="https://download.gnome.org/sources"
|
||||
KERNEL_SITE="https://www.kernel.org/pub/linux"
|
||||
CPAN_SITE="https://www.cpan.org/modules/by-module"
|
||||
PYPI_SITE="https://files.pythonhosted.org/packages/source"
|
||||
MOZILLA_SITE="https://ftp.mozilla.org/pub"
|
||||
GNU_SITE="https://ftp.gnu.org/gnu"
|
||||
FREEDESKTOP_SITE="https://www.freedesktop.org/software"
|
||||
KDE_SITE="https://download.kde.org/stable"
|
||||
VIDEOLAN_SITE="https://download.videolan.org/pub/videolan"
|
||||
|
||||
set +a
|
||||
Reference in New Issue
Block a user