New package: misspell-0.3.4

This commit is contained in:
Caleb JA 2020-03-05 21:03:22 -05:00 committed by Helmut Pozimski
parent ff2b6f8aef
commit d2d45c9620

17
srcpkgs/misspell/template Normal file
View file

@ -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 <skywise@tutanota.de>"
license="MIT"
homepage="https://github.com/client9/misspell"
distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=4bbb94da9bf4500fef21f83359c61c92429a13b47b064bd62fedb68c62b66001
post_install() {
vlicense LICENSE
}