Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Adélie Package Tree
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Adélie Linux
Adélie Package Tree
Merge requests
!456
sbcl: bump to 2.0.5, remove obsolete musl patch
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
sbcl: bump to 2.0.5, remove obsolete musl patch
lstarnes/packages:experimental/sbcl-2.0.5
into
master
Overview
1
Commits
1
Pipelines
0
Changes
2
Merged
Lee Starnes
requested to merge
lstarnes/packages:experimental/sbcl-2.0.5
into
master
4 years ago
Overview
1
Commits
1
Pipelines
0
Changes
2
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
85a597cd
1 commit,
4 years ago
2 files
+
3
−
186
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
experimental/sbcl/APKBUILD
+
3
−
6
Options
# Contributor: Lee Starnes <lee@canned-death.us>
# Maintainer: Lee Starnes <lee@canned-death.us>
pkgname
=
sbcl
pkgver
=
2.0.
3
pkgver
=
2.0.
5
pkgrel
=
0
pkgdesc
=
"Steel Bank Common Lisp"
url
=
"http://www.sbcl.org"
@@ -11,9 +11,7 @@ depends=""
makedepends
=
"clisp clisp-dev"
checkdepends
=
"ed"
subpackages
=
"
$pkgname
-doc"
# Patch provided by Eric Timmons: https://bugs.launchpad.net/sbcl/+bug/1768368
source
=
"https://sourceforge.net/projects/
$pkgname
/files/
$pkgname
/
$pkgver
/
$pkgname
-
$pkgver
-source.tar.bz2
musl-libc.patch"
source
=
"https://sourceforge.net/projects/
$pkgname
/files/
$pkgname
/
$pkgver
/
$pkgname
-
$pkgver
-source.tar.bz2"
prepare
()
{
default_prepare
@@ -34,5 +32,4 @@ package() {
INSTALL_ROOT
=
"
$pkgdir
"
/usr sh install.sh
}
sha512sums
=
"c29c115fff0e118e5c05959dd8d73ae876458daeb5ddde67ce485b10e6d1583b1f8a9597b54b45606696ab1b1eea5392dcb09357c83fce31323f2a5a154f2dd1 sbcl-2.0.3-source.tar.bz2
e6757e4cc623682c501ab5e255a881833ff393efac829ffe9f67fff0a005724c3c03a23352b4c88d58b3d15dbb0cf33c8cc58d72d3795abb2f12a4bca4302165 musl-libc.patch"
sha512sums
=
"0c27e22dd76d157a74ef7e97dcd03030096dde0eb46901ea27acb60faa0ab34881d76a9c6708d963b0e6f62da6331b85b8d3de76fd1fc9163c159e631759f808 sbcl-2.0.5-source.tar.bz2"
Loading