Page MenuHomeSolus

D8534.id20581.diff
No OneTemporary

D8534.id20581.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,23 @@
+name : broot
+version : 0.13.5
+release : 1
+source :
+ - https://github.com/Canop/broot/archive/v0.13.5b.tar.gz : 8a37d66a30f15c64db5ffeded1f2b6d808bd80261d7e8d97e6288cfd1db621dd
+license : MIT
+component : system.utils
+summary : A new way to see and navigate directory trees
+description: |
+ A new way to see and navigate directory trees using cd, tree, and fuzzy search.
+networking : yes
+builddeps :
+ cargo
+build : |
+ cargo build --release --locked
+install : |
+ install -Dm00755 target/release/broot $installdir/usr/bin/broot
+ install -Dm00644 target/release/build/broot-d686648d24283199/out/_br $installdir/usr/share/zsh/site-functions/_br
+ install -Dm00644 target/release/build/broot-d686648d24283199/out/_broot $installdir/usr/share/zsh/site-functions/_broot
+ install -Dm00644 target/release/build/broot-d686648d24283199/out/br.fish $installdir/usr/share/fish/completions/br.fish
+ install -Dm00644 target/release/build/broot-d686648d24283199/out/broot.fish $installdir/usr/share/fish/completions/broot.fish
+ install -Dm00644 target/release/build/broot-d686648d24283199/out/br.bash $installdir/usr/share/bash-completion/completions/br.bash
+ install -Dm00644 target/release/build/broot-d686648d24283199/out/broot.bash $installdir/usr/share/bash-completion/completions/broot.bash
Index: pspec_x86_64.xml
===================================================================
--- /dev/null
+++ pspec_x86_64.xml
@@ -0,0 +1,40 @@
+<PISI>
+ <Source>
+ <Name>broot</Name>
+ <Packager>
+ <Name>Seth Flynn</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/_broot</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2020-04-02</Date>
+ <Version>0.13.5</Version>
+ <Comment>Packaging update</Comment>
+ <Name>Seth Flynn</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
5842821
Default Alt Text
D8534.id20581.diff (3 KB)

Event Timeline