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,21 @@ +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 +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 target/release/broot $installdir/usr/bin/broot + install -Dm00644 target/release/build/broot-d686648d24283199/out/_* -t $installdir/usr/share/zsh/site-functions/ + install -Dm00644 target/release/build/broot-d686648d24283199/out/*.fish -t $installdir/usr/share/fish/completions/ + install -Dm00644 target/release/build/broot-d686648d24283199/out/*.bash -t $installdir/usr/share/bash-completion/completions/ + install -Dm00644 man/page $installdir/usr/share/man/man1/broot.1 Index: pspec_x86_64.xml =================================================================== --- /dev/null +++ pspec_x86_64.xml @@ -0,0 +1,43 @@ + + + broot + + Seth Flynn + sethaflynn@gmail.com + + MIT + system.utils + A new way to see and navigate directory trees + A new way to see and navigate directory trees using cd, tree, and fuzzy search. + + https://getsol.us/sources/README.Solus + + + broot + A new way to see and navigate directory trees + A new way to see and navigate directory trees using cd, tree, and fuzzy search. + + system.utils + + /usr/bin/broot + /usr/share/bash-completion/completions/br.bash + /usr/share/bash-completion/completions/broot.bash + /usr/share/fish/completions/br.fish + /usr/share/fish/completions/broot.fish + /usr/share/man/man1/broot.1 + /usr/share/zsh/site-functions/_br + /usr/share/zsh/site-functions/_br.ps1 + /usr/share/zsh/site-functions/_broot + /usr/share/zsh/site-functions/_broot.ps1 + + + + + 2020-04-03 + 0.13.5 + Packaging update + Seth Flynn + sethaflynn@gmail.com + + + \ No newline at end of file