diff --git a/srcpkgs/ruby-multi_xml/template b/srcpkgs/ruby-multi_xml/template new file mode 100644 index 00000000000..30f84967a5f --- /dev/null +++ b/srcpkgs/ruby-multi_xml/template @@ -0,0 +1,15 @@ +# Template file for 'ruby-multi_xml' +pkgname=ruby-multi_xml +version=0.6.0 +revision=1 +noarch=yes +build_style=gem +short_desc="Swappable XML backends utilizing LibXML, Nokogiri, Ox, or REXML" +maintainer="maxice8 " +license="MIT" +homepage="https://github.com/sferik/multi_xml" +checksum=d24393cf958adb226db884b976b007914a89c53ad88718e25679d7008823ad52 + +post_install() { + vlicense LICENSE.md +}