mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-15 13:46:58 +02:00
srcpkgs: update maintainer email.
wrk updated to satisfy xlint.
This commit is contained in:
parent
24061423c6
commit
2357049fd5
5 changed files with 10 additions and 12 deletions
|
@ -1,12 +1,12 @@
|
|||
# Template file for 'gron'
|
||||
pkgname=gron
|
||||
version=0.6.0
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=go
|
||||
go_import_path=github.com/tomnomnom/gron
|
||||
hostmakedepends="git"
|
||||
short_desc="Tool to make JSON greppable"
|
||||
maintainer="Noel Cower <ncower@gmail.com>"
|
||||
maintainer="Noel Cower <ncower@nil.dev>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/tomnomnom/gron"
|
||||
distfiles="${homepage}/archive/v${version}.tar.gz"
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
# Template file for 'img'
|
||||
pkgname=img
|
||||
version=0.5.7
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=go
|
||||
go_import_path=github.com/genuinetools/img
|
||||
go_build_tags="noembed seccomp"
|
||||
depends="libseccomp runc shadow"
|
||||
short_desc="Standalone, daemonless, unprivileged container image builder"
|
||||
maintainer="Noel Cower <ncower@gmail.com>"
|
||||
maintainer="Noel Cower <ncower@nil.dev>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/genuinetools/img"
|
||||
distfiles="${homepage}/archive/v${version}.tar.gz"
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
# Template file for 'sops'
|
||||
pkgname=sops
|
||||
version=3.5.0
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=go
|
||||
go_import_path="go.mozilla.org/sops/v3/cmd/sops"
|
||||
hostmakedepends="git"
|
||||
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"
|
||||
homepage="https://github.com/mozilla/sops"
|
||||
distfiles="${homepage}/archive/v${version}.tar.gz"
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
# Template file for 'wrk'
|
||||
pkgname=wrk
|
||||
version=4.1.0
|
||||
revision=3
|
||||
revision=4
|
||||
build_style=gnu-makefile
|
||||
make_build_args="VER=${version} WITH_OPENSSL=/usr WITH_LUAJIT=/usr"
|
||||
hostmakedepends="LuaJIT"
|
||||
makedepends="LuaJIT-devel libressl-devel"
|
||||
short_desc="Modern HTTP benchmarking tool"
|
||||
maintainer="Noel Cower <ncower@gmail.com>"
|
||||
maintainer="Noel Cower <ncower@nil.dev>"
|
||||
license="Apache-2.0"
|
||||
homepage="https://github.com/wg/wrk"
|
||||
distfiles="https://github.com/wg/wrk/archive/${version}.tar.gz"
|
||||
|
@ -54,8 +54,6 @@ do_install() {
|
|||
vdoc README.md
|
||||
vdoc CHANGES
|
||||
vdoc SCRIPTING
|
||||
vlicense LICENSE
|
||||
vlicense NOTICE
|
||||
for f in scripts/*; do
|
||||
vsconf "${f}"
|
||||
done
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
# Template file for 'xq-api'
|
||||
pkgname=xq-api
|
||||
version=0.4.0
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=go
|
||||
go_import_path=go.spiff.io/xq-api
|
||||
conf_files="/etc/sv/xq-api/conf"
|
||||
make_dirs="/var/lib/xq-api 0755 _xqapi _xqapi"
|
||||
short_desc="HTTP-based xbps repodata query API"
|
||||
maintainer="Noel Cower <ncower@gmail.com>"
|
||||
maintainer="Noel Cower <ncower@nil.dev>"
|
||||
license="BSD-2-Clause"
|
||||
homepage="https://github.com/nilium/xq-api"
|
||||
distfiles="https://github.com/nilium/xq-api/archive/v${version}.tar.gz"
|
||||
|
|
Loading…
Add table
Reference in a new issue