Page MenuHomeSolus

D12367.id30064.diff
No OneTemporary

D12367.id30064.diff

Index: MAINTAINERS.md
===================================================================
--- /dev/null
+++ MAINTAINERS.md
@@ -0,0 +1,3 @@
+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 <pyu@riseup.net> - IRC: kyrios123
Index: Makefile
===================================================================
--- /dev/null
+++ Makefile
@@ -0,0 +1 @@
+include ../Makefile.common
Index: abi_used_libs
===================================================================
--- /dev/null
+++ abi_used_libs
@@ -0,0 +1,2 @@
+libc.so.6
+libpthread.so.0
Index: abi_used_symbols
===================================================================
--- /dev/null
+++ 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
Index: package.yml
===================================================================
--- /dev/null
+++ 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
+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
Index: pspec_x86_64.xml
===================================================================
--- /dev/null
+++ 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</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</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-11-24</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
Jun 11 2023, 6:45 AM (8 w, 5 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5854548
Default Alt Text
D12367.id30064.diff (5 KB)

Event Timeline