mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 20:36:40 +02:00
main/ruby-rake-compiler: move from community and rebuild against ruby 3.3.0
It's needed for main/ruby-racc.
This commit is contained in:
parent
46288b4958
commit
94e1d92f9b
@ -3,7 +3,7 @@
|
||||
pkgname=ruby-rake-compiler
|
||||
_gemname=${pkgname#ruby-}
|
||||
pkgver=1.2.5
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="Provide a standard and simplified way to build and package Ruby extensions"
|
||||
url="https://github.com/rake-compiler/rake-compiler"
|
||||
arch="noarch"
|
||||
@ -13,6 +13,7 @@ checkdepends="ruby-rspec"
|
||||
source="$pkgname-$pkgver.tar.gz::https://github.com/rake-compiler/$_gemname/archive/v$pkgver.tar.gz
|
||||
gemfile-remove-unwanted-files.patch"
|
||||
builddir="$srcdir/$_gemname-$pkgver"
|
||||
options="!check" # ruby-rspec is not in main
|
||||
|
||||
build() {
|
||||
gem build $_gemname.gemspec
|
||||
Loading…
x
Reference in New Issue
Block a user