Thomas Kienlen 6ab446612b testing/ruby-build: new aport
https://github.com/rbenv/ruby-build
Compile and install Ruby
testing/
2020-05-20 12:11:09 +00:00

21 lines
737 B
Plaintext

# Contributor: Thomas Kienlen <kommander@laposte.net>
# Maintainer: Thomas Kienlen <kommander@laposte.net>
pkgname=ruby-build
pkgver=20200401
pkgrel=0
pkgdesc="Compile and install Ruby"
url="https://github.com/rbenv/ruby-build"
arch="noarch"
license="MIT"
depends="bash"
makedepends="zlib-dev openssl-dev gdbm-dev db-dev readline-dev
libffi-dev coreutils yaml-dev linux-headers autoconf"
source="$pkgname-$pkgver.tar.gz::https://github.com/rbenv/ruby-build/archive/v$pkgver.tar.gz"
options="!check" # No test suite
package() {
PREFIX="$pkgdir/usr" ./install.sh
}
sha512sums="3651359c523c00c8dad1422e64f1673bd5ae5e5699b361f25a9ce30d0e5b56ad53c7a01d6376fd00948019eb6a341eaa6402d2e456bd4c240e49da308b56cd82 ruby-build-20200401.tar.gz"