18 lines
512 B
Bash
18 lines
512 B
Bash
|
# 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
|
||
|
}
|