Index: Makefile =================================================================== --- /dev/null +++ Makefile @@ -0,0 +1 @@ +include ../Makefile.common Index: package.yml =================================================================== --- /dev/null +++ package.yml @@ -0,0 +1,20 @@ +name : broot +version : 0.13.4 +release : 1 +source : + - https://github.com/Canop/broot/archive/v0.13.4.tar.gz : fd9af3df87f61dbce01c262c71d07cd11221602da7662c321501772eb9a68fff +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. +prep : | + mkdir -p build/x86_64-linux/ + +build : | + cargo build --release --locked +install : | + install -Dt "$installdir"/usr/bin target/release/broot + install -Dm644 LICENSE "$installdir/usr/share/licenses/broot/LICENSE" Index: pspec_x86_64.xml =================================================================== --- /dev/null +++ pspec_x86_64.xml @@ -0,0 +1,35 @@ + + + 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/licenses/broot/LICENSE + + + + + 2020-03-24 + 0.13.4 + Packaging update + Seth Flynn + sethaflynn@gmail.com + + + \ No newline at end of file