15 lines
409 B
Bash
15 lines
409 B
Bash
# Template file for 'ruby-backports'
|
|
pkgname=ruby-backports
|
|
version=3.13.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=31372dff80d100d95900de82fcb7209ca7c44d458d93c76b610ac14d13e29cfc
|
|
|
|
post_install() {
|
|
vlicense LICENSE.txt
|
|
}
|