From d2d45c962076201c9e824dca6513bb458d0de1b0 Mon Sep 17 00:00:00 2001 From: Caleb JA Date: Thu, 5 Mar 2020 21:03:22 -0500 Subject: [PATCH] New package: misspell-0.3.4 --- srcpkgs/misspell/template | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 srcpkgs/misspell/template diff --git a/srcpkgs/misspell/template b/srcpkgs/misspell/template new file mode 100644 index 00000000000..3f596321306 --- /dev/null +++ b/srcpkgs/misspell/template @@ -0,0 +1,17 @@ +# Template file for 'misspell' +pkgname=misspell +version=0.3.4 +revision=1 +build_style=go +go_import_path="github.com/client9/misspell" +go_package="${go_import_path}/cmd/misspell" +short_desc="Correct commonly misspelled English words... quickly" +maintainer="Caleb JA " +license="MIT" +homepage="https://github.com/client9/misspell" +distfiles="${homepage}/archive/v${version}.tar.gz" +checksum=4bbb94da9bf4500fef21f83359c61c92429a13b47b064bd62fedb68c62b66001 + +post_install() { + vlicense LICENSE +}