diff --git a/srcpkgs/ruby-clocale/template b/srcpkgs/ruby-clocale/template new file mode 100644 index 00000000000..f48cf0f108f --- /dev/null +++ b/srcpkgs/ruby-clocale/template @@ -0,0 +1,15 @@ +# Template file for 'ruby-clocale' +pkgname=ruby-clocale +version=0.0.4 +revision=1 +build_style=gemspec +short_desc="Ruby gem that wraps C locale functions" +maintainer="Frank Steinborn " +license="MIT" +homepage="https://github.com/avdv/clocale" +distfiles="https://rubygems.org/downloads/clocale-${version}.gem" +checksum=5f0e80577eb0dfa9717cfa29194ed570f02b17494f114b57b3dfb4fae159b718 + +post_install() { + vlicense LICENSE +}