New package: ruby-gh-0.15.1

This commit is contained in:
maxice8 2018-11-15 16:42:03 -02:00 committed by maxice8
parent 36d382e736
commit ec56d4f3e2
1 changed files with 17 additions and 0 deletions

17
srcpkgs/ruby-gh/template Normal file
View File

@ -0,0 +1,17 @@
# Template file for 'ruby-gh'
pkgname=ruby-gh
version=0.15.1
revision=1
noarch=yes
build_style=gem
depends="ruby-addressable>=2.4.0 ruby-backports ruby-faraday>=0.8
ruby-multi_json>=1.0 ruby-net-http-persistent>=2.9 ruby-net-http-pipeline"
short_desc="Multi-layer client for the GitHub v3 API"
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
license="MIT"
homepage="https://github.com/travis-ci/gh"
checksum=ef733f81c17846f217f5ad9616105e9adc337775d41de1cc330133ad25708d3c
post_install() {
vlicense LICENSE
}