diff --git a/srcpkgs/orz/template b/srcpkgs/orz/template new file mode 100644 index 00000000000..b178fcbc34f --- /dev/null +++ b/srcpkgs/orz/template @@ -0,0 +1,15 @@ +# Template file for 'orz' +pkgname=orz +version=1.4.0 +revision=1 +build_style=cargo +short_desc="General purpose data compressor" +maintainer="SolitudeSF " +license="MIT" +homepage="https://github.com/richox/orz" +distfiles="${homepage}/archive/v${version}.tar.gz" +checksum=456f5aba9e56da4330e6e746ca1671633623d65a4908b42bbbdd72eb6354bc2e + +post_install() { + vlicense LICENSE +}