New package: xurls-1.1.0

Closes: #8448 [via git-merge-pr]
This commit is contained in:
dleeram 2017-10-22 07:18:08 +01:00 committed by Jürgen Buchmüller
parent 3c3c232bae
commit f31ce13309

17
srcpkgs/xurls/template Normal file
View file

@ -0,0 +1,17 @@
# Template file for 'xurls'
pkgname=xurls
version=1.1.0
revision=1
build_style=go
go_import_path="github.com/mvdan/${pkgname}"
go_package="${go_import_path}/cmd/${pkgname}"
short_desc="Extract urls from text"
maintainer="dleeram <dleeram@protonmail.com>"
license="BSD-3"
homepage="https://${go_import_path}"
distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=47fb038408e8b26965a0e06a4b409edb7bcb3a7373c0c930edf9891bbc58909a
post_install() {
vlicense LICENSE
}