Add git as a makedep

This commit is contained in:
L. Bradley LaBoon 2021-02-02 09:45:40 -05:00
parent 9739a020bd
commit ce65d736c7
2 changed files with 2 additions and 1 deletions

View file

@ -5,6 +5,7 @@ pkgbase = ruby-hiera-eyaml
url = https://github.com/voxpupuli/hiera-eyaml
arch = any
license = MIT
makedepends = git
makedepends = ruby-rdoc
depends = ruby
depends = ruby-optimist

View file

@ -11,7 +11,7 @@ arch=(any)
url='https://github.com/voxpupuli/hiera-eyaml'
license=(MIT)
depends=(ruby ruby-optimist ruby-highline)
makedepends=(ruby-rdoc)
makedepends=(git ruby-rdoc)
options=(!emptydirs)
source=(${_gemname}-${pkgver}::git+https://github.com/voxpupuli/hiera-eyaml?signed#commit=${_commit})
noextract=($_gemname-$pkgver.gem)