15 lines
420 B
Bash
15 lines
420 B
Bash
# Template file for 'ruby-backports'
|
|
pkgname=ruby-backports
|
|
version=3.11.4
|
|
revision=2
|
|
noarch=yes
|
|
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=0ff9c1601e381e51f93fca3b9931b5e0de4ff0f359da536603fa40c1799750c3
|
|
|
|
post_install() {
|
|
vlicense LICENSE.txt
|
|
}
|