diff --git a/srcpkgs/lazyorg/template b/srcpkgs/lazyorg/template new file mode 100644 index 00000000000000..a6f94b29853ef4 --- /dev/null +++ b/srcpkgs/lazyorg/template @@ -0,0 +1,18 @@ +# Template file for 'lazyorg' +pkgname=lazyorg +version=1.1.1 +revision=1 +build_style=go +go_import_path=github.com/HubertBel/lazyorg +go_package="./cmd/lazyorg" +short_desc="Simple terminal-based calendar and note-taking application" +maintainer="Xavier Fortier " +license="MIT" +homepage="https://github.com/HubertBel/lazyorg" +changelog="https://github.com/HubertBel/lazyorg/releases" +distfiles="https://github.com/HubertBel/lazyorg/archive/v${version}.tar.gz" +checksum=d0a5a62cb3a484d12e0e61e5d0244c1b96c697cd16561e0d522cb0ed701f19f9 + +post_install() { + vlicense LICENSE +}