diff --git a/MAINTAINERS.md b/MAINTAINERS.md new file mode 100644 --- /dev/null +++ b/MAINTAINERS.md @@ -0,0 +1,5 @@ +This file is used to indicate responsibility for the maintenance of this package. Individuals on this list should be the sole modifiers of the package, excluding cases where the Solus Team may need to perform necessary rebuilds, upgrades, or security fixes. This list should not be used for any direct contact usage. If you believe this package requires a package update, follow documentation from https://getsol.us/articles/packaging/request-a-package-update/en/. In the event this package no longer becomes sufficiently maintained, Core Team reserves the right to request a new maintainer or remove this package from the repository. + +- Pierre-Yves + - IRC: kyrios123 + - Email: pyu@riseup.net diff --git a/Makefile b/Makefile new file mode 100644 --- /dev/null +++ b/Makefile @@ -0,0 +1 @@ +include ../Makefile.common diff --git a/abi_used_libs b/abi_used_libs new file mode 100644 --- /dev/null +++ b/abi_used_libs @@ -0,0 +1,2 @@ +libc.so.6 +libpthread.so.0 diff --git a/abi_used_symbols b/abi_used_symbols new file mode 100644 --- /dev/null +++ b/abi_used_symbols @@ -0,0 +1,34 @@ +libc.so.6:__stack_chk_fail +libc.so.6:abort +libc.so.6:fprintf +libc.so.6:fputc +libc.so.6:free +libc.so.6:freeaddrinfo +libc.so.6:fwrite +libc.so.6:gai_strerror +libc.so.6:getaddrinfo +libc.so.6:malloc +libc.so.6:mmap +libc.so.6:munmap +libc.so.6:nanosleep +libc.so.6:pthread_attr_destroy +libc.so.6:pthread_attr_init +libc.so.6:pthread_sigmask +libc.so.6:setenv +libc.so.6:sigaddset +libc.so.6:sigemptyset +libc.so.6:sigfillset +libc.so.6:sigismember +libc.so.6:stderr +libc.so.6:strerror +libc.so.6:unsetenv +libc.so.6:vfprintf +libpthread.so.0:__errno_location +libpthread.so.0:pthread_attr_getstacksize +libpthread.so.0:pthread_cond_broadcast +libpthread.so.0:pthread_cond_wait +libpthread.so.0:pthread_create +libpthread.so.0:pthread_detach +libpthread.so.0:pthread_mutex_lock +libpthread.so.0:pthread_mutex_unlock +libpthread.so.0:sigaction diff --git a/package.yml b/package.yml new file mode 100644 --- /dev/null +++ b/package.yml @@ -0,0 +1,21 @@ +name : yq +version : 4.15.1 +release : 1 +source : + - git|https://github.com/mikefarah/yq.git : v4.15.1 +license : MIT +component : programming.tools +networking : yes +summary : yq is a lightweight command-line YAML processor +description: | + A lightweight and portable command-line YAML processor. yq uses jq like syntax but works with yaml files as well as json. It doesn't yet support everything jq does - but it does support the most common operations and functions, and more is being added continuously. +builddeps : + - git + - golang +build : | + go build +install : | + install -Dm00755 yq -t $installdir/usr/bin + ./yq shell-completion bash | install -Dm00644 /dev/stdin $installdir/usr/share/bash-completion/completions/yq + ./yq shell-completion zsh | install -Dm00644 /dev/stdin $installdir/usr/share/zsh/site-functions/_yq + ./yq shell-completion fish | install -Dm00644 /dev/stdin $installdir/usr/share/fish/vendor_completions.d/yq.fish diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml new file mode 100644 --- /dev/null +++ b/pspec_x86_64.xml @@ -0,0 +1,37 @@ + + + yq + + Pierre-Yves + pyu@riseup.net + + MIT + programming.tools + yq is a lightweight command-line YAML processor + A lightweight and portable command-line YAML processor. yq uses jq like syntax but works with yaml files as well as json. It doesn't yet support everything jq does - but it does support the most common operations and functions, and more is being added continuously. + + https://getsol.us/sources/README.Solus + + + yq + yq is a lightweight command-line YAML processor + A lightweight and portable command-line YAML processor. yq uses jq like syntax but works with yaml files as well as json. It doesn't yet support everything jq does - but it does support the most common operations and functions, and more is being added continuously. + + programming.tools + + /usr/bin/yq + /usr/share/bash-completion/completions/yq + /usr/share/fish/vendor_completions.d/yq.fish + /usr/share/zsh/site-functions/_yq + + + + + 2021-12-10 + 4.15.1 + Packaging update + Pierre-Yves + pyu@riseup.net + + + \ No newline at end of file