diff --git a/srcpkgs/misspell/template b/srcpkgs/misspell/template new file mode 100644 index 0000000000..3f59632130 --- /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 +}