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 @@ + + + broot + + Seth + 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/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-05-08 + 0.13.6 + Packaging update + Seth + sethaflynn@gmail.com + + + \ No newline at end of file