Page MenuHomeSolus

D8887.id21383.diff
No OneTemporary

D8887.id21383.diff

Index: Makefile
===================================================================
--- /dev/null
+++ Makefile
@@ -0,0 +1 @@
+include ../Makefile.common
Index: abi_used_libs
===================================================================
--- /dev/null
+++ 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
Index: package.yml
===================================================================
--- /dev/null
+++ 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 : MIT
+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
Index: pspec_x86_64.xml
===================================================================
--- /dev/null
+++ pspec_x86_64.xml
@@ -0,0 +1,34 @@
+<PISI>
+ <Source>
+ <Name>navi</Name>
+ <Packager>
+ <Name>Seth</Name>
+ <Email>sethaflynn@gmail.com</Email>
+ </Packager>
+ <License>MIT</License>
+ <PartOf>system.utils</PartOf>
+ <Summary xml:lang="en">An interactive cheatsheet tool for the command-line and application launchers</Summary>
+ <Description xml:lang="en">Navi allows you to browse through cheatsheets (that you may write yourself or download from maintainers) and execute commands
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://getsol.us/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>navi</Name>
+ <Summary xml:lang="en">An interactive cheatsheet tool for the command-line and application launchers</Summary>
+ <Description xml:lang="en">Navi allows you to browse through cheatsheets (that you may write yourself or download from maintainers) and execute commands
+</Description>
+ <PartOf>system.utils</PartOf>
+ <Files>
+ <Path fileType="executable">/usr/bin/navi</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2020-05-15</Date>
+ <Version>2.6.1</Version>
+ <Comment>Packaging update</Comment>
+ <Name>Seth</Name>
+ <Email>sethaflynn@gmail.com</Email>
+ </Update>
+ </History>
+</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Fri, Aug 11, 4:39 PM (2 h, 58 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5843565
Default Alt Text
D8887.id21383.diff (2 KB)

Event Timeline