void-packages/srcpkgs/ruby-gh/template
2022-03-12 16:38:19 +01:00

17 lines
498 B
Bash

# Template file for 'ruby-gh'
pkgname=ruby-gh
version=0.15.1
revision=6
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="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://github.com/travis-ci/gh"
checksum=ef733f81c17846f217f5ad9616105e9adc337775d41de1cc330133ad25708d3c
post_install() {
vlicense LICENSE
}