18 lines
512 B
Bash
18 lines
512 B
Bash
# Template file for 'ruby-rubysl-singleton'
|
|
pkgname=ruby-rubysl-singleton
|
|
version=2.0.0
|
|
revision=6
|
|
build_style=gemspec
|
|
hostmakedepends="ruby"
|
|
depends="ruby"
|
|
short_desc="Ruby standard library singleton"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="BSD-3-Clause"
|
|
homepage="https://rubygems.org/gems/rubysl-singleton/"
|
|
distfiles="https://rubygems.org/downloads/rubysl-singleton-${version}.gem"
|
|
checksum=384ac299a11892a01fc7136dace13b014a32c6d2b45c68c78a5a1d108a53c55a
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|