19 lines
557 B
Bash
19 lines
557 B
Bash
# Template file for 'ruby-travis'
|
|
pkgname=ruby-travis
|
|
version=1.8.10
|
|
revision=1
|
|
archs=noarch
|
|
build_style=gem
|
|
depends="ruby-backports ruby-faraday>=0.9 ruby-faraday_middleware>=0.9.1
|
|
ruby-gh>=0.13 ruby-highline>=1.6 ruby-launchy>=2.1 ruby-pusher-client>=0.4
|
|
ruby-typhoeus>=0.6.8"
|
|
short_desc="CLI and Ruby library client for Travis CI"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="https://github.com/travis-ci/travis.rb"
|
|
checksum=533752268510d061ab4c6b77d462eae0ec54afe38412f4803e74da7da39eed3d
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|