Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alpine
aports
Commits
3c13217a
Commit
3c13217a
authored
2 years ago
by
Thomas Kienlen
Committed by
alice
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
testing/ruby-build: upgrade to 20220909
parent
df8907c5
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!39304
[3.16] main/expat: security upgrade to 2.4.9
,
!38799
testing/ruby-build: upgrade to 20220909
Pipeline
#135804
canceled
2 years ago
Stage: verify
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
testing/ruby-build/APKBUILD
+22
-11
22 additions, 11 deletions
testing/ruby-build/APKBUILD
testing/ruby-build/ruby-build.post-install
+11
-0
11 additions, 0 deletions
testing/ruby-build/ruby-build.post-install
with
33 additions
and
11 deletions
testing/ruby-build/APKBUILD
+
22
−
11
View file @
3c13217a
# Contributor: Thomas Kienlen <kommander@laposte.net>
# Maintainer: Thomas Kienlen <kommander@laposte.net>
pkgname
=
ruby-build
pkgver
=
20220
726
pkgver
=
20220
909
pkgrel
=
0
pkgdesc
=
"Compile and install Ruby"
url
=
"https://github.com/rbenv/ruby-build"
arch
=
"noarch"
license
=
"MIT"
depends
=
"
autoconf
bash
coreutils
libffi-dev
linux-headers
gdbm-dev
openssl-dev>3
readline-dev
yaml-dev
zlib-dev
"
subpackages
=
"
$pkgname
-runtime:runtime"
source
=
"
$pkgname
-
$pkgver
.tar.gz::https://github.com/rbenv/ruby-build/archive/v
$pkgver
.tar.gz"
options
=
"!check"
# No test suite
install
=
"
$pkgname
.post-install"
package
()
{
PREFIX
=
"
$pkgdir
/usr"
./install.sh
}
runtime
()
{
pkgdesc
=
"ruby-build runtime dependencies"
depends
=
"
autoconf
coreutils
libffi-dev
linux-headers
gdbm-dev
openssl-dev>3
readline-dev
yaml-dev
zlib-dev
"
mkdir
-p
"
$subpkgdir
"
}
sha512sums
=
"
5e2a829ed0fb83941be9efac2a6970d536d3df13d5b0a327d7391a556e63f193c496d7205082360f1d26dc0ce8832504b6344ba5e3f3521006ebc9a300639e01
ruby-build-20220
726
.tar.gz
b1562fec2bb4fcd93cfc3298fe84a5904c49a14b223a04044524af9b4fbc3c986ec1b44d1bde129f0de0ae6cbc67d1c133a6d10ec5066a83e79137d8513bdd43
ruby-build-20220
909
.tar.gz
"
This diff is collapsed.
Click to expand it.
testing/ruby-build/ruby-build.post-install
0 → 100755
+
11
−
0
View file @
3c13217a
#!/bin/sh
cat
<<
EOF
*
* Building ruby or installing gems with extentions requires more packages
*
* Please install: ruby-build-runtime
* or the following list:
* autoconf coreutils libffi-dev linux-headers gdbm-dev openssl-dev
* readline-dev yaml-dev zlib-dev
*
EOF
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment