16 lines
395 B
Bash
16 lines
395 B
Bash
# Template file for 'ruby-mustache'
|
|
pkgname=ruby-mustache
|
|
version=1.1.0
|
|
revision=1
|
|
noarch=yes
|
|
build_style=gem
|
|
short_desc="Framework-agnostic way to render logic-free views"
|
|
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
|
license="MIT"
|
|
homepage="https://github.com/mustache/mustache"
|
|
checksum=7365441281b93b9a3e7299c432af1b971435155168ef12631a72bbdaf9ed2899
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|