15 lines
409 B
Bash
15 lines
409 B
Bash
# Template file for 'ruby-backports'
|
|
pkgname=ruby-backports
|
|
version=3.12.0
|
|
revision=1
|
|
build_style=gem
|
|
short_desc="Essential backports that enable many of the nice features of Ruby"
|
|
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
|
license="MIT"
|
|
homepage="https://github.com/marcandre/backports"
|
|
checksum=8457b24f51c377cd315a5c397b38a45cdc4f82be597dcd843625ce4968b2462d
|
|
|
|
post_install() {
|
|
vlicense LICENSE.txt
|
|
}
|