diff --git a/MAINTAINERS.md b/MAINTAINERS.md new file mode 100644 --- /dev/null +++ b/MAINTAINERS.md @@ -0,0 +1,4 @@ +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. + +- Seth Flynn + - Email: sethaflynn@gmail.com 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,5 @@ +ld-linux-x86-64.so.2 +libc.so.6 +libdl.so.2 +libgcc_s.so.1 +libpthread.so.0 diff --git a/package.yml b/package.yml new file mode 100644 --- /dev/null +++ b/package.yml @@ -0,0 +1,18 @@ +name : navi +version : 2.6.1 +release : 1 +source : + - https://github.com/denisidoro/navi/archive/v2.6.1.tar.gz : 2d25a5bf62c65418861fc6857e60815d271fcf4f1b5a73170c8761a258c695cc +license : Apache-2.0 +component : system.utils +summary : + An interactive cheatsheet tool for the command-line and application launchers +description: | + Navi allows you to browse through cheatsheets (that you may write yourself or download from maintainers) and execute commands +networking : yes +builddeps : + cargo +build : | + cargo build --release --locked +install : | + install -Dm00755 $workdir/target/release/navi $installdir/usr/bin/navi 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,34 @@ + + + navi + + Seth Flynn + sethaflynn@gmail.com + + Apache-2.0 + system.utils + An interactive cheatsheet tool for the command-line and application launchers + Navi allows you to browse through cheatsheets (that you may write yourself or download from maintainers) and execute commands + + https://getsol.us/sources/README.Solus + + + navi + An interactive cheatsheet tool for the command-line and application launchers + Navi allows you to browse through cheatsheets (that you may write yourself or download from maintainers) and execute commands + + system.utils + + /usr/bin/navi + + + + + 2020-05-18 + 2.6.1 + Packaging update + Seth Flynn + sethaflynn@gmail.com + + + \ No newline at end of file