18 lines
557 B
Bash
18 lines
557 B
Bash
# Template file for 'ruby-travis'
|
|
pkgname=ruby-travis
|
|
version=1.8.9
|
|
revision=1
|
|
noarch=yes
|
|
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="maxice8 <thinkabit.ukim@gmail.com>"
|
|
license="MIT"
|
|
homepage="https://github.com/travis-ci/travis.rb"
|
|
checksum=dc0f7337439e859f80c66b6bc7cb00af9c1492c4a99b5a6760517191bf018253
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|