New package: ruby-rubysl-singleton-2.0.0

Signed-off-by: Nathan Owens <ndowens04@gmail.com>
This commit is contained in:
Nathan Owens 2019-12-06 21:58:00 -06:00 committed by Juan RP
parent f58070da29
commit b7fe483875
1 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,18 @@
# Template file for 'ruby-rubysl-singleton'
pkgname=ruby-rubysl-singleton
version=1.0.0
revision=1
archs="noarch"
build_style=gemspec
hostmakedepends="ruby"
depends="ruby"
short_desc="Ruby standard library singleton"
maintainer="Nathan Owens <ndowens04@gmail.com>"
license="BSD-3-Clause"
homepage="https://rubygems.org/gems/rubysl-singleton/"
distfiles="https://rubygems.org/downloads/rubysl-singleton-${version}.gem"
checksum=9791dce1893238edae2a894f52de5e2ff433e3556acf347c34ddd4b9cc58f783
post_install() {
vlicense LICENSE
}