18 lines
537 B
Bash
18 lines
537 B
Bash
# Template file for 'ruby-concurrent-ruby'
|
|
pkgname=ruby-concurrent-ruby
|
|
version=1.1.7
|
|
revision=5
|
|
build_style=gem
|
|
hostmakedepends="ruby"
|
|
depends="ruby"
|
|
short_desc="Concurrency tools including agents, futures, promises and more"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="https://rubygems.org/gems/concurrent-ruby"
|
|
distfiles="https://rubygems.org/downloads/concurrent-ruby-${version}.gem"
|
|
checksum=ff4befc88d522ccb2109596da26309f4b0b041683ca62d3cb903b313e1caddee
|
|
|
|
post_install() {
|
|
vlicense LICENSE.txt LICENSE
|
|
}
|