mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-11-03 01:42:03 +01:00
testing/ruby-sinatra: remove ruby-gems dep
This commit is contained in:
parent
fc47b04fcd
commit
ad7f798045
@ -3,14 +3,14 @@
|
|||||||
_gemname=sinatra
|
_gemname=sinatra
|
||||||
pkgname=ruby-$_gemname
|
pkgname=ruby-$_gemname
|
||||||
pkgver=1.4.3
|
pkgver=1.4.3
|
||||||
pkgrel=0
|
pkgrel=1
|
||||||
pkgdesc="Sinatra is a DSL for quickly creating web applications in Ruby with minimal effort."
|
pkgdesc="Sinatra is a DSL for quickly creating web applications in Ruby with minimal effort."
|
||||||
url="https://rubygems.org/gems/sinatra"
|
url="https://rubygems.org/gems/sinatra"
|
||||||
arch="noarch"
|
arch="noarch"
|
||||||
license="GPL"
|
license="GPL"
|
||||||
depends="ruby ruby-tilt ruby-rack ruby-rack-protection"
|
depends="ruby ruby-tilt ruby-rack ruby-rack-protection"
|
||||||
depends_dev=
|
depends_dev=
|
||||||
makedepends="$depends_dev ruby-gems"
|
makedepends="$depends_dev"
|
||||||
install=""
|
install=""
|
||||||
subpackages=""
|
subpackages=""
|
||||||
source="http://gems.rubyforge.org/gems/$_gemname-$pkgver.gem"
|
source="http://gems.rubyforge.org/gems/$_gemname-$pkgver.gem"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user