Add file downloading logic

Add urls to sysc, and modify some tarballs to http (non s) before ssl
This commit is contained in:
fosslinux 2022-05-12 19:50:28 +10:00
parent 39541e30f5
commit 8008de8e73
42 changed files with 110 additions and 152 deletions

View file

@ -4,7 +4,9 @@
#
# SPDX-License-Identifier: GPL-3.0-or-later
EXTRA_DISTFILES="gnulib-901694b9.tar.gz guile-psyntax-bootstrapping.tar.gz"
urls="https://mirrors.kernel.org/gnu/guile/guile-3.0.7.tar.xz
https://git.savannah.gnu.org/cgit/gnulib.git/snapshot/gnulib-901694b9.tar.gz
https://github.com/schierlm/guile-psyntax-bootstrapping/archive/refs/tags/guile-3.0.7.tar.gz"
src_prepare() {
default