Page MenuHomeSolus

D13583.id33209.diff
No OneTemporary

D13583.id33209.diff

Index: MAINTAINERS.md
===================================================================
--- /dev/null
+++ 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.
+
+- Fabio Forni
+ - IRC: livingsilver94
+ - Email: livingsilver94.solus@redaril.me
Index: Makefile
===================================================================
--- /dev/null
+++ Makefile
@@ -0,0 +1 @@
+include ../Makefile.common
Index: abi_used_libs
===================================================================
--- /dev/null
+++ abi_used_libs
@@ -0,0 +1 @@
+libc.so.6
Index: abi_used_symbols
===================================================================
--- /dev/null
+++ abi_used_symbols
@@ -0,0 +1,52 @@
+libc.so.6:__errno_location
+libc.so.6:__libc_start_main
+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:getgrgid_r
+libc.so.6:getgrnam_r
+libc.so.6:getgrouplist
+libc.so.6:getnameinfo
+libc.so.6:getpwnam_r
+libc.so.6:getpwuid_r
+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_getstacksize
+libc.so.6:pthread_attr_init
+libc.so.6:pthread_cond_broadcast
+libc.so.6:pthread_cond_wait
+libc.so.6:pthread_create
+libc.so.6:pthread_detach
+libc.so.6:pthread_mutex_lock
+libc.so.6:pthread_mutex_unlock
+libc.so.6:pthread_sigmask
+libc.so.6:realloc
+libc.so.6:setegid
+libc.so.6:setenv
+libc.so.6:seteuid
+libc.so.6:setgid
+libc.so.6:setgroups
+libc.so.6:setregid
+libc.so.6:setresgid
+libc.so.6:setresuid
+libc.so.6:setreuid
+libc.so.6:setuid
+libc.so.6:sigaction
+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:sysconf
+libc.so.6:unsetenv
+libc.so.6:vfprintf
Index: package.yml
===================================================================
--- /dev/null
+++ package.yml
@@ -0,0 +1,32 @@
+name : toolbox
+version : 0.0.99.3
+release : 1
+source :
+ - https://github.com/containers/toolbox/releases/download/0.0.99.3/toolbox-0.0.99.3.tar.xz : c385f180e640adbad35a0019613eb5cd8973426d68ade668ec004e6565712983
+ - https://github.com/cpuguy83/go-md2man/archive/refs/tags/v2.0.2.tar.gz : 2f52e37101ea2734b02f2b54a53c74305b95b3a9a27792fdac962b5354aa3e4a
+license : Apache-2.0
+component : programming.tools
+summary : Tool for containerized command line environments
+description: |
+ Toolbox is a tool for Linux operating systems, which allows the use of containerized command line environments. It is built on top of Podman and other standard container technologies from OCI.
+builddeps :
+ - golang
+rundeps :
+ - podman
+networking : yes
+setup : |
+ tar xf $sources/v2.0.2.tar.gz -C $sources
+ ln -s $sources/go-md2man-* $workdir/md2man
+ pushd $workdir/md2man
+ go build
+ popd
+ export PATH="$PATH:$workdir/md2man"
+
+ %meson_configure \
+ -Dprofile_dir=/usr/share/defaults/etc/profile.d \
+ -Dtmpfiles_dir=%libdir%/tmpfiles.d \
+ --sysconfdir=/usr/share/defaults/toolbox
+build : |
+ %ninja_build
+install : |
+ %ninja_install
Index: pspec_x86_64.xml
===================================================================
--- /dev/null
+++ pspec_x86_64.xml
@@ -0,0 +1,73 @@
+<PISI>
+ <Source>
+ <Name>toolbox</Name>
+ <Packager>
+ <Name>Fabio Forni</Name>
+ <Email>livingsilver94.solus@redaril.me</Email>
+ </Packager>
+ <License>Apache-2.0</License>
+ <PartOf>programming.tools</PartOf>
+ <Summary xml:lang="en">Tool for containerized command line environments</Summary>
+ <Description xml:lang="en">Toolbox is a tool for Linux operating systems, which allows the use of containerized command line environments. It is built on top of Podman and other standard container technologies from OCI.
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://getsol.us/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>toolbox</Name>
+ <Summary xml:lang="en">Tool for containerized command line environments</Summary>
+ <Description xml:lang="en">Toolbox is a tool for Linux operating systems, which allows the use of containerized command line environments. It is built on top of Podman and other standard container technologies from OCI.
+</Description>
+ <PartOf>programming.tools</PartOf>
+ <Files>
+ <Path fileType="executable">/usr/bin/toolbox</Path>
+ <Path fileType="library">/usr/lib64/tmpfiles.d/toolbox.conf</Path>
+ <Path fileType="data">/usr/share/bash-completion/completions/toolbox</Path>
+ <Path fileType="data">/usr/share/defaults/etc/profile.d/toolbox.sh</Path>
+ <Path fileType="data">/usr/share/defaults/toolbox/containers/toolbox.conf</Path>
+ <Path fileType="man">/usr/share/man/man1/toolbox-create.1</Path>
+ <Path fileType="man">/usr/share/man/man1/toolbox-enter.1</Path>
+ <Path fileType="man">/usr/share/man/man1/toolbox-help.1</Path>
+ <Path fileType="man">/usr/share/man/man1/toolbox-init-container.1</Path>
+ <Path fileType="man">/usr/share/man/man1/toolbox-list.1</Path>
+ <Path fileType="man">/usr/share/man/man1/toolbox-rm.1</Path>
+ <Path fileType="man">/usr/share/man/man1/toolbox-rmi.1</Path>
+ <Path fileType="man">/usr/share/man/man1/toolbox-run.1</Path>
+ <Path fileType="man">/usr/share/man/man1/toolbox.1</Path>
+ <Path fileType="data">/usr/share/toolbox/test/system/000-setup.bats</Path>
+ <Path fileType="data">/usr/share/toolbox/test/system/001-version.bats</Path>
+ <Path fileType="data">/usr/share/toolbox/test/system/002-help.bats</Path>
+ <Path fileType="data">/usr/share/toolbox/test/system/101-create.bats</Path>
+ <Path fileType="data">/usr/share/toolbox/test/system/102-list.bats</Path>
+ <Path fileType="data">/usr/share/toolbox/test/system/103-container.bats</Path>
+ <Path fileType="data">/usr/share/toolbox/test/system/104-run.bats</Path>
+ <Path fileType="data">/usr/share/toolbox/test/system/105-enter.bats</Path>
+ <Path fileType="data">/usr/share/toolbox/test/system/106-rm.bats</Path>
+ <Path fileType="data">/usr/share/toolbox/test/system/107-rmi.bats</Path>
+ <Path fileType="data">/usr/share/toolbox/test/system/999-teardown.bats</Path>
+ <Path fileType="data">/usr/share/toolbox/test/system/README.md</Path>
+ <Path fileType="data">/usr/share/toolbox/test/system/libs/.helpers.bash.swp</Path>
+ <Path fileType="data">/usr/share/toolbox/test/system/libs/bats-assert/CHANGELOG.md</Path>
+ <Path fileType="data">/usr/share/toolbox/test/system/libs/bats-assert/LICENSE</Path>
+ <Path fileType="data">/usr/share/toolbox/test/system/libs/bats-assert/README.md</Path>
+ <Path fileType="data">/usr/share/toolbox/test/system/libs/bats-assert/load.bash</Path>
+ <Path fileType="data">/usr/share/toolbox/test/system/libs/bats-assert/src/assert.bash</Path>
+ <Path fileType="data">/usr/share/toolbox/test/system/libs/bats-support/CHANGELOG.md</Path>
+ <Path fileType="data">/usr/share/toolbox/test/system/libs/bats-support/LICENSE</Path>
+ <Path fileType="data">/usr/share/toolbox/test/system/libs/bats-support/README.md</Path>
+ <Path fileType="data">/usr/share/toolbox/test/system/libs/bats-support/load.bash</Path>
+ <Path fileType="data">/usr/share/toolbox/test/system/libs/bats-support/src/error.bash</Path>
+ <Path fileType="data">/usr/share/toolbox/test/system/libs/bats-support/src/lang.bash</Path>
+ <Path fileType="data">/usr/share/toolbox/test/system/libs/bats-support/src/output.bash</Path>
+ <Path fileType="data">/usr/share/toolbox/test/system/libs/helpers.bash</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2022-09-13</Date>
+ <Version>0.0.99.3</Version>
+ <Comment>Packaging update</Comment>
+ <Name>Fabio Forni</Name>
+ <Email>livingsilver94.solus@redaril.me</Email>
+ </Update>
+ </History>
+</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Jun 26 2023, 1:22 AM (6 w, 1 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5808428
Default Alt Text
D13583.id33209.diff (8 KB)

Event Timeline