mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-25 13:15:12 +02:00
14 lines
361 B
Bash
14 lines
361 B
Bash
# Template file for 'ruby-erubi'
|
|
pkgname=ruby-erubi
|
|
version=1.12.0
|
|
revision=1
|
|
build_style=gem
|
|
short_desc="ERB template engine for ruby"
|
|
maintainer="dataCobra <datacobra@thinkbot.de>"
|
|
license="MIT"
|
|
homepage="https://github.com/jeremyevans/erubi"
|
|
checksum=27bedb74dfb1e04ff60674975e182d8ca787f2224f2e8143268c7696f42e4723
|
|
|
|
post_install() {
|
|
vlicense MIT-LICENSE
|
|
}
|