18 lines
539 B
Bash
18 lines
539 B
Bash
# Template file for 'ruby-concurrent-ruby'
|
|
pkgname=ruby-concurrent-ruby
|
|
version=1.1.5
|
|
revision=4
|
|
build_style=gem
|
|
hostmakedepends="ruby"
|
|
depends="ruby"
|
|
short_desc="Concurrency tools including agents, futures, promises and more"
|
|
maintainer="Nathan Owens <ndowens04@gmail.com>"
|
|
license="MIT"
|
|
homepage="https://rubygems.org/gems/concurrent-ruby"
|
|
distfiles="https://rubygems.org/downloads/concurrent-ruby-${version}.gem"
|
|
checksum=5611d14d8699996b17f18e704f4257b73349efa2d9a75fee6566a0a387c807f4
|
|
|
|
post_install() {
|
|
vlicense LICENSE.md LICENSE
|
|
}
|