blob: 42d7d1795d562be029f34bfc5be8262ecdc4f38e (
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
|
pkgbase = ruby-git
pkgdesc = Ruby library to manipulate git repositories by wrapping system calls to the git binary
pkgver = 1.19.1
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
checkdepends = ruby-yardstick
makedepends = rubygems
makedepends = ruby-bump
makedepends = ruby-rdoc
depends = ruby
depends = git
depends = ruby-addressable
depends = ruby-rchardet
source = git+https://github.com/ruby-git/ruby-git.git#tag=v1.19.1
sha256sums = SKIP
pkgname = ruby-git
|