diff --git a/srcpkgs/vale/template b/srcpkgs/vale/template new file mode 100644 index 00000000000..465a15f194d --- /dev/null +++ b/srcpkgs/vale/template @@ -0,0 +1,16 @@ +# Template file for 'vale' +pkgname=vale +version=1.6.0 +revision=1 +build_style=go +go_import_path="github.com/errata-ai/vale" +short_desc="Natural language linter" +maintainer="SolitudeSF " +license="MIT" +homepage="https://errata-ai.github.io/vale/" +distfiles="https://github.com/errata-ai/vale/archive/v${version}.tar.gz" +checksum=622a5915a5bf4f8262198ece756b99d51f015f270809f74818c3d6ed977971d5 + +post_install() { + vlicense LICENSE +}