18 lines
526 B
Bash
18 lines
526 B
Bash
# Template file for 'woke'
|
|
pkgname=woke
|
|
version=0.19.0
|
|
revision=4
|
|
build_style=go
|
|
go_import_path="github.com/get-woke/woke"
|
|
short_desc="Detect non-inclusive language in your source code"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
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
|
|
}
|