d78cb0d201
some packages were dropped but their maintainer= was not updated in template. this will help new maintainers adopt these packages. -> https://github.com/void-linux/void-packages/pull/13930#issuecomment-524610652
17 lines
511 B
Bash
17 lines
511 B
Bash
# Template file for 'ruby-gh'
|
|
pkgname=ruby-gh
|
|
version=0.15.1
|
|
revision=2
|
|
archs=noarch
|
|
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
|
|
}
|