diff --git a/srcpkgs/whatscli/template b/srcpkgs/whatscli/template new file mode 100644 index 00000000000000..f7ace40d45e864 --- /dev/null +++ b/srcpkgs/whatscli/template @@ -0,0 +1,17 @@ +# Template file for 'whatscli' +pkgname=whatscli +version=1.1.4 +revision=1 +build_style=go +go_import_path=github.com/normen/whatscli +short_desc="Command line interface for WhatsApp" +maintainer="orahcio " +license="MIT" +homepage="https://github.com/normen/whatscli" +changelog="https://github.com/normen/whatscli/releases" +distfiles="https://github.com/normen/${pkgname}/archive/refs/tags/v${version}.tar.gz" +checksum=bff19bf129aea869d31e4a6edb665de6cea459845b0a0aec5ec4037f4fba789d + +post_install() { + vlicense README.md +}