diff --git a/srcpkgs/ruby-filesize/template b/srcpkgs/ruby-filesize/template new file mode 100644 index 00000000000..dfa937ad9cb --- /dev/null +++ b/srcpkgs/ruby-filesize/template @@ -0,0 +1,15 @@ +# Template file for 'ruby-filesize' +pkgname=ruby-filesize +version=0.2.0 +revision=1 +noarch=yes +build_style=gem +short_desc="Small class for handling filesizes" +maintainer="Frank Steinborn " +license="MIT" +homepage="https://github.com/dominikh/filesize" +checksum=0f5db8629d628b60857dd8e7b8d52f427e6b7b9dc49265bfda71c0d383cbe79e + +post_install() { + vlicense LICENSE +}