blob: 7040d4c9680db7480e2c71004c1ff2a1b22366cd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
pkgbase = ruby-git
pkgdesc = Ruby library to manipulate git repositories by wrapping system calls to the git binary
pkgver = 3.0.0
pkgrel = 1
url = https://github.com/ruby-git/ruby-git
arch = any
license = MIT
checkdepends = openssh
checkdepends = ruby-bundler
checkdepends = ruby-minitar
checkdepends = ruby-mocha
checkdepends = ruby-rake
checkdepends = ruby-redcarpet
checkdepends = ruby-test-unit
checkdepends = ruby-yard
makedepends = rubygems
makedepends = ruby-rdoc
depends = ruby
depends = git
depends = ruby-activesupport
depends = ruby-addressable
depends = ruby-process_executer
depends = ruby-rchardet
source = git+https://github.com/ruby-git/ruby-git.git#tag=v3.0.0
source = disable-yardstick.patch
sha256sums = 9c5a73fbe9035f4798c08b8873f48bc52eac975f0304bd7cd949b99eb1bf97b0
sha256sums = 5f349421bda8e4b674dc65e94cbf8141bf9208aeb0b0d418e006db20c3836953
pkgname = ruby-git
|