18 lines
554 B
Bash
18 lines
554 B
Bash
# Template file for 'ruby-travis'
|
|
pkgname=ruby-travis
|
|
version=1.9.0
|
|
revision=1
|
|
archs=noarch
|
|
build_style=gem
|
|
depends="ruby-backports ruby-faraday>=1.0 ruby-faraday_middleware>=1.0
|
|
ruby-gh>=0.13 ruby-highline>=2.0 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=b8e99581ac3fab680f2d15d9b9dcf78d30652ec9dfdb661a983b001ee55e1036
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|