Page MenuHomeSolus

D8534.id21193.diff
No OneTemporary

D8534.id21193.diff

Index: Makefile
===================================================================
--- /dev/null
+++ Makefile
@@ -0,0 +1 @@
+include ../Makefile.common
Index: abi_used_libs
===================================================================
--- /dev/null
+++ abi_used_libs
@@ -0,0 +1,6 @@
+libc.so.6
+libdl.so.2
+libgcc_s.so.1
+libm.so.6
+libpthread.so.0
+libz.so.1
Index: package.yml
===================================================================
--- /dev/null
+++ package.yml
@@ -0,0 +1,24 @@
+name : broot
+version : 0.13.6
+release : 1
+source :
+ - https://github.com/Canop/broot/archive/v0.13.6.tar.gz : f28eea78bba1660ecdbdb9ebac8e215b7523b94f7d490d69d8022df44eacec3c
+license : MIT
+component : system.utils
+summary : A new way to see and navigate directory trees
+networking : yes
+builddeps :
+ cargo
+description: |
+ A new way to see and navigate directory trees using cd, tree, and fuzzy search.
+build : |
+ cargo build --release --locked
+install : |
+ install -Dm00755 $workdir/target/release/broot $installdir/usr/bin/broot
+ # install -Dm00644 $workdir/target/release/build/broot-440f2c71a02ef3c5/out/_* -t $installdir/usr/share/zsh/site-functions/
+ # install -Dm00644 $workdir/target/release/build/broot-440f2c71a02ef3c5/out/*.fish -t $installdir/usr/share/fish/completions/
+ # install -Dm00644 $workdir/target/release/build/broot-440f2c71a02ef3c5/out/*.bash -t $installdir/usr/share/bash-completion/completions/
+ # install -Dm00644 $workdir/man/page $installdir/usr/share/man/man1/broot.1
+ find . -name _* -exec install -Dm00644 '{}' -t "$installdir/usr/share/zsh/site-functions/" ";"
+ find . -name *.bash -exec install -Dm00644 '{}' -t "$installdir/usr/share/bash-completion/completions/" ";"
+ find . -name *.fish -exec install -Dm00644 '{}' -t "$installdir/usr/share/fish/completions/" ";"
Index: pspec_x86_64.xml
===================================================================
--- /dev/null
+++ pspec_x86_64.xml
@@ -0,0 +1,42 @@
+<PISI>
+ <Source>
+ <Name>broot</Name>
+ <Packager>
+ <Name>Seth</Name>
+ <Email>sethaflynn@gmail.com</Email>
+ </Packager>
+ <License>MIT</License>
+ <PartOf>system.utils</PartOf>
+ <Summary xml:lang="en">A new way to see and navigate directory trees</Summary>
+ <Description xml:lang="en">A new way to see and navigate directory trees using cd, tree, and fuzzy search.
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://getsol.us/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>broot</Name>
+ <Summary xml:lang="en">A new way to see and navigate directory trees</Summary>
+ <Description xml:lang="en">A new way to see and navigate directory trees using cd, tree, and fuzzy search.
+</Description>
+ <PartOf>system.utils</PartOf>
+ <Files>
+ <Path fileType="executable">/usr/bin/broot</Path>
+ <Path fileType="data">/usr/share/bash-completion/completions/br.bash</Path>
+ <Path fileType="data">/usr/share/bash-completion/completions/broot.bash</Path>
+ <Path fileType="data">/usr/share/fish/completions/br.fish</Path>
+ <Path fileType="data">/usr/share/fish/completions/broot.fish</Path>
+ <Path fileType="data">/usr/share/zsh/site-functions/_br</Path>
+ <Path fileType="data">/usr/share/zsh/site-functions/_br.ps1</Path>
+ <Path fileType="data">/usr/share/zsh/site-functions/_broot</Path>
+ <Path fileType="data">/usr/share/zsh/site-functions/_broot.ps1</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2020-05-08</Date>
+ <Version>0.13.6</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:35 PM (2 h, 59 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5843368
Default Alt Text
D8534.id21193.diff (3 KB)

Event Timeline