mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 08:03:51 +02:00
New package: misspell-0.3.4
This commit is contained in:
parent
ff2b6f8aef
commit
d2d45c9620
1 changed files with 17 additions and 0 deletions
17
srcpkgs/misspell/template
Normal file
17
srcpkgs/misspell/template
Normal 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
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue