diff --git a/srcpkgs/ruby-mime-types/template b/srcpkgs/ruby-mime-types/template new file mode 100644 index 00000000000..60784992e9c --- /dev/null +++ b/srcpkgs/ruby-mime-types/template @@ -0,0 +1,16 @@ +# Template file for 'ruby-mime-types' +pkgname=ruby-mime-types +version=3.2.2 +revision=1 +noarch=yes +build_style=gem +depends="ruby-mime-types-data>=3.2015" +short_desc="Library for registry and information about MIME types" +maintainer="maxice8 " +license="MIT" +homepage="https://github.com/mime-types/ruby-mime-types/" +checksum=93f308f0b6754b0ca50dd1982b817f65b8946f6a34bd3db6bd3d8a5265f05d3a + +post_install() { + vlicense Licence.md +}