New package: ruby-concurrent-ruby-1.1.5
Signed-off-by: Nathan Owens <ndowens04@gmail.com>
This commit is contained in:
parent
b7fe483875
commit
a476c2cfb0
1 changed files with 18 additions and 0 deletions
18
srcpkgs/ruby-concurrent-ruby/template
Normal file
18
srcpkgs/ruby-concurrent-ruby/template
Normal file
|
@ -0,0 +1,18 @@
|
|||
# Template file for 'ruby-concurrent-ruby'
|
||||
pkgname=ruby-concurrent-ruby
|
||||
version=1.1.5
|
||||
revision=1
|
||||
archs="noarch"
|
||||
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
|
||||
}
|
Loading…
Reference in a new issue