srcpkgs: update maintainer email.

wrk updated to satisfy xlint.
This commit is contained in:
Noel Cower 2020-04-29 09:04:13 -07:00 committed by Piraty
parent 24061423c6
commit 2357049fd5
5 changed files with 10 additions and 12 deletions

View file

@ -1,12 +1,12 @@
# Template file for 'gron' # Template file for 'gron'
pkgname=gron pkgname=gron
version=0.6.0 version=0.6.0
revision=1 revision=2
build_style=go build_style=go
go_import_path=github.com/tomnomnom/gron go_import_path=github.com/tomnomnom/gron
hostmakedepends="git" hostmakedepends="git"
short_desc="Tool to make JSON greppable" short_desc="Tool to make JSON greppable"
maintainer="Noel Cower <ncower@gmail.com>" maintainer="Noel Cower <ncower@nil.dev>"
license="MIT" license="MIT"
homepage="https://github.com/tomnomnom/gron" homepage="https://github.com/tomnomnom/gron"
distfiles="${homepage}/archive/v${version}.tar.gz" distfiles="${homepage}/archive/v${version}.tar.gz"

View file

@ -1,13 +1,13 @@
# Template file for 'img' # Template file for 'img'
pkgname=img pkgname=img
version=0.5.7 version=0.5.7
revision=1 revision=2
build_style=go build_style=go
go_import_path=github.com/genuinetools/img go_import_path=github.com/genuinetools/img
go_build_tags="noembed seccomp" go_build_tags="noembed seccomp"
depends="libseccomp runc shadow" depends="libseccomp runc shadow"
short_desc="Standalone, daemonless, unprivileged container image builder" short_desc="Standalone, daemonless, unprivileged container image builder"
maintainer="Noel Cower <ncower@gmail.com>" maintainer="Noel Cower <ncower@nil.dev>"
license="MIT" license="MIT"
homepage="https://github.com/genuinetools/img" homepage="https://github.com/genuinetools/img"
distfiles="${homepage}/archive/v${version}.tar.gz" distfiles="${homepage}/archive/v${version}.tar.gz"

View file

@ -1,12 +1,12 @@
# Template file for 'sops' # Template file for 'sops'
pkgname=sops pkgname=sops
version=3.5.0 version=3.5.0
revision=1 revision=2
build_style=go build_style=go
go_import_path="go.mozilla.org/sops/v3/cmd/sops" go_import_path="go.mozilla.org/sops/v3/cmd/sops"
hostmakedepends="git" hostmakedepends="git"
short_desc="Simple and flexible tool for managing secrets" short_desc="Simple and flexible tool for managing secrets"
maintainer="Noel Cower <ncower@gmail.com>" maintainer="Noel Cower <ncower@nil.dev>"
license="MPL-2.0" license="MPL-2.0"
homepage="https://github.com/mozilla/sops" homepage="https://github.com/mozilla/sops"
distfiles="${homepage}/archive/v${version}.tar.gz" distfiles="${homepage}/archive/v${version}.tar.gz"

View file

@ -1,13 +1,13 @@
# Template file for 'wrk' # Template file for 'wrk'
pkgname=wrk pkgname=wrk
version=4.1.0 version=4.1.0
revision=3 revision=4
build_style=gnu-makefile build_style=gnu-makefile
make_build_args="VER=${version} WITH_OPENSSL=/usr WITH_LUAJIT=/usr" make_build_args="VER=${version} WITH_OPENSSL=/usr WITH_LUAJIT=/usr"
hostmakedepends="LuaJIT" hostmakedepends="LuaJIT"
makedepends="LuaJIT-devel libressl-devel" makedepends="LuaJIT-devel libressl-devel"
short_desc="Modern HTTP benchmarking tool" short_desc="Modern HTTP benchmarking tool"
maintainer="Noel Cower <ncower@gmail.com>" maintainer="Noel Cower <ncower@nil.dev>"
license="Apache-2.0" license="Apache-2.0"
homepage="https://github.com/wg/wrk" homepage="https://github.com/wg/wrk"
distfiles="https://github.com/wg/wrk/archive/${version}.tar.gz" distfiles="https://github.com/wg/wrk/archive/${version}.tar.gz"
@ -54,8 +54,6 @@ do_install() {
vdoc README.md vdoc README.md
vdoc CHANGES vdoc CHANGES
vdoc SCRIPTING vdoc SCRIPTING
vlicense LICENSE
vlicense NOTICE
for f in scripts/*; do for f in scripts/*; do
vsconf "${f}" vsconf "${f}"
done done

View file

@ -1,13 +1,13 @@
# Template file for 'xq-api' # Template file for 'xq-api'
pkgname=xq-api pkgname=xq-api
version=0.4.0 version=0.4.0
revision=1 revision=2
build_style=go build_style=go
go_import_path=go.spiff.io/xq-api go_import_path=go.spiff.io/xq-api
conf_files="/etc/sv/xq-api/conf" conf_files="/etc/sv/xq-api/conf"
make_dirs="/var/lib/xq-api 0755 _xqapi _xqapi" make_dirs="/var/lib/xq-api 0755 _xqapi _xqapi"
short_desc="HTTP-based xbps repodata query API" short_desc="HTTP-based xbps repodata query API"
maintainer="Noel Cower <ncower@gmail.com>" maintainer="Noel Cower <ncower@nil.dev>"
license="BSD-2-Clause" license="BSD-2-Clause"
homepage="https://github.com/nilium/xq-api" homepage="https://github.com/nilium/xq-api"
distfiles="https://github.com/nilium/xq-api/archive/v${version}.tar.gz" distfiles="https://github.com/nilium/xq-api/archive/v${version}.tar.gz"