22 lines
528 B
Bash
22 lines
528 B
Bash
# Template file for 'xurls'
|
|
pkgname=xurls
|
|
version=2.4.0
|
|
revision=1
|
|
build_style=go
|
|
go_import_path="mvdan.cc/xurls/v2"
|
|
go_package="${go_import_path}/cmd/xurls"
|
|
short_desc="Extract urls from text"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="BSD-3-Clause"
|
|
homepage="https://www.github.com/mvdan/xurls"
|
|
distfiles="https://github.com/mvdan/xurls/archive/refs/tags/v${version}.tar.gz"
|
|
checksum=8c9850c80eff452eeca2fe0f945a33543302dc31df66c3393ed52f6d8e921702
|
|
|
|
do_check() {
|
|
go test -v
|
|
}
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|