mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
testing/ruby-curb: new aport
This commit is contained in:
parent
9f58fefb70
commit
e5efa495f3
39
testing/ruby-curb/APKBUILD
Normal file
39
testing/ruby-curb/APKBUILD
Normal file
@ -0,0 +1,39 @@
|
||||
# Contributor: Carlo Landmeter <clandmeter@gmail.com>
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
_gemname=curb
|
||||
pkgname=ruby-$_gemname
|
||||
pkgver=0.8.4
|
||||
pkgrel=0
|
||||
pkgdesc="Ruby-language bindings for the libcurl"
|
||||
url="https://rubygems.org/gems/$_gemname"
|
||||
arch="all"
|
||||
license="GPL"
|
||||
depends="ruby"
|
||||
depends_dev="ruby-dev curl-dev"
|
||||
makedepends="$depends_dev ruby-gems"
|
||||
install=""
|
||||
subpackages=""
|
||||
source="http://gems.rubyforge.org/gems/$_gemname-$pkgver.gem"
|
||||
|
||||
_builddir="$srcdir"/$_realname-$pkgver
|
||||
|
||||
build() {
|
||||
return 0
|
||||
}
|
||||
|
||||
package() {
|
||||
local _gemdir="$(ruby -rubygems -e'puts Gem.default_dir')"
|
||||
local _geminstdir=$_gemdir/gems/$_gemname-$pkgver
|
||||
mkdir -p "$pkgdir" || return 1
|
||||
|
||||
gem install --local --install-dir "$pkgdir"/$_gemdir \
|
||||
--ignore-dependencies --verbose --no-rdoc --no-ri \
|
||||
"$srcdir"/$_gemname-$pkgver.gem || return 1
|
||||
rm -rf "$pkgdir"/$_gemdir/cache \
|
||||
"$pkgdir"/$_geminstdir/ext \
|
||||
"$pkgdir"/$_geminstdir/.require_paths
|
||||
}
|
||||
|
||||
md5sums="c731fe519a13acb326f7e8f61e46e92c curb-0.8.4.gem"
|
||||
sha256sums="735717037efde9afc253ce45f08e2f77d8db01b7fe9508178b35ce9dbaa8ee49 curb-0.8.4.gem"
|
||||
sha512sums="a9c5f55f46e4c3896b2c76cfe3a318b1439aa1bdae3691aca2386215c49e396f8ed0ae536b89993dce3c99d3773175b62f599a32b97b08e9dc7fde2e15f7b399 curb-0.8.4.gem"
|
||||
Loading…
x
Reference in New Issue
Block a user