New package: woke-0.19.0

This commit is contained in:
Michal Vasilek 2023-03-22 16:56:59 +01:00
parent 1c65e69540
commit b49eddec5f

17
srcpkgs/woke/template Normal file
View File

@ -0,0 +1,17 @@
# Template file for 'woke'
pkgname=woke
version=0.19.0
revision=1
build_style=go
go_import_path="github.com/get-woke/woke"
short_desc="Detect non-inclusive language in your source code"
maintainer="Michal Vasilek <michal@vasilek.cz>"
license="MIT"
homepage="https://getwoke.tech/"
changelog="https://github.com/get-woke/woke/releases"
distfiles="https://github.com/get-woke/woke/archive/refs/tags/v${version}.tar.gz"
checksum=d17c7e4e846a409af14e65a001d2ddb1657fd82f562704e0c10ced4dadcfd31c
post_install() {
vlicense LICENSE
}