16 lines
436 B
Bash
16 lines
436 B
Bash
|
# 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 <steinex@nognu.de>"
|
||
|
license="MIT"
|
||
|
homepage="https://github.com/avdv/clocale"
|
||
|
distfiles="https://rubygems.org/downloads/clocale-${version}.gem"
|
||
|
checksum=5f0e80577eb0dfa9717cfa29194ed570f02b17494f114b57b3dfb4fae159b718
|
||
|
|
||
|
post_install() {
|
||
|
vlicense LICENSE
|
||
|
}
|