diff --git a/srcpkgs/ruby-backports/template b/srcpkgs/ruby-backports/template new file mode 100644 index 00000000000..e465d69fe2d --- /dev/null +++ b/srcpkgs/ruby-backports/template @@ -0,0 +1,15 @@ +# Template file for 'ruby-backports' +pkgname=ruby-backports +version=3.11.4 +revision=1 +noarch=yes +build_style=gem +short_desc="Essential backports that enable many of the nice features of Ruby" +maintainer="maxice8 " +license="MIT" +homepage="https://github.com/marcandre/backports" +checksum=0ff9c1601e381e51f93fca3b9931b5e0de4ff0f359da536603fa40c1799750c3 + +post_install() { + vlicense LICENSE.txt +}