diff --git a/srcpkgs/genact/template b/srcpkgs/genact/template new file mode 100644 index 00000000000000..296761474627de --- /dev/null +++ b/srcpkgs/genact/template @@ -0,0 +1,16 @@ +# Template file for 'genact' +pkgname=genact +version=1.5.1 +revision=1 +build_style=cargo +short_desc="Nonsense activity generator" +maintainer="Kirilla39 " +license="MIT" +homepage="https://github.com/svenstaro/genact/" +changelog="https://raw.githubusercontent.com/svenstaro/genact/master/CHANGELOG.md" +distfiles="https://github.com/svenstaro/genact/archive/v${version}.tar.gz" +checksum="07d62d0c7a41e83bf4ab8b76a1c0754556697faf5aa023b4e34906ff52323a7d" + +post_install() { + vlicense LICENSE +}