Page MenuHomeSolus

D12367.id30319.diff
No OneTemporary

D12367.id30319.diff

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 @@
+<PISI>
+ <Source>
+ <Name>yq</Name>
+ <Packager>
+ <Name>Pierre-Yves</Name>
+ <Email>pyu@riseup.net</Email>
+ </Packager>
+ <License>MIT</License>
+ <PartOf>programming.tools</PartOf>
+ <Summary xml:lang="en">yq is a lightweight command-line YAML processor</Summary>
+ <Description xml:lang="en">A lightweight and portable command-line YAML processor. yq uses jq like syntax but works with yaml files as well as json. It doesn&apos;t yet support everything jq does - but it does support the most common operations and functions, and more is being added continuously.
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://getsol.us/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>yq</Name>
+ <Summary xml:lang="en">yq is a lightweight command-line YAML processor</Summary>
+ <Description xml:lang="en">A lightweight and portable command-line YAML processor. yq uses jq like syntax but works with yaml files as well as json. It doesn&apos;t yet support everything jq does - but it does support the most common operations and functions, and more is being added continuously.
+</Description>
+ <PartOf>programming.tools</PartOf>
+ <Files>
+ <Path fileType="executable">/usr/bin/yq</Path>
+ <Path fileType="data">/usr/share/bash-completion/completions/yq</Path>
+ <Path fileType="data">/usr/share/fish/vendor_completions.d/yq.fish</Path>
+ <Path fileType="data">/usr/share/zsh/site-functions/_yq</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2021-12-10</Date>
+ <Version>4.15.1</Version>
+ <Comment>Packaging update</Comment>
+ <Name>Pierre-Yves</Name>
+ <Email>pyu@riseup.net</Email>
+ </Update>
+ </History>
+</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Jul 9 2023, 9:58 PM (4 w, 4 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5850904
Default Alt Text
D12367.id30319.diff (5 KB)

Event Timeline