vp-build/srcpkgs/misspell/template

18 lines
512 B
Bash

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