mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-04 10:25:25 +01:00
Add dist 3.5-236
This is the metaconfig script and co. for perl.
This commit is contained in:
parent
c3c031fc51
commit
e773e65f1c
10 changed files with 128 additions and 0 deletions
5
sysa.py
5
sysa.py
|
|
@ -470,3 +470,8 @@ class SysA:
|
|||
|
||||
# perl 5.10.5
|
||||
self.get_file("https://www.cpan.org/src/5.0/perl-5.10.1.tar.bz2")
|
||||
|
||||
# dist 3.5-236
|
||||
# Debian's version is used because upstream is not to be found (dead?)
|
||||
self.get_file("https://salsa.debian.org/perl-team/interpreter/dist/-/archive/d1de81f/dist-d1de81f.tar.gz",
|
||||
output="dist-3.5-236.tar.gz")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue