mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-14 13:17:00 +02:00
18 lines
543 B
Bash
18 lines
543 B
Bash
# Template file for 'xurls'
|
|
pkgname=xurls
|
|
version=2.6.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="icp <pangolin@vivaldi.net>"
|
|
license="BSD-3-Clause"
|
|
homepage="https://github.com/mvdan/xurls"
|
|
changelog="https://github.com/mvdan/xurls/releases"
|
|
distfiles="https://github.com/mvdan/xurls/archive/refs/tags/v${version}.tar.gz"
|
|
checksum=476d92a0416fee965f928180a950691b85dbb8d11efc3dc7f795ecc106c76075
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|