Changeset View
Changeset View
Standalone View
Standalone View
package.yml
| name : broot | name : broot | ||||
| version : 0.13.6 | version : 1.1.10 | ||||
| release : 1 | release : 3 | ||||
| source : | source : | ||||
| - https://github.com/Canop/broot/archive/v0.13.6.tar.gz : f28eea78bba1660ecdbdb9ebac8e215b7523b94f7d490d69d8022df44eacec3c | - https://github.com/Canop/broot/archive/v1.1.10.tar.gz : f40e63cf8bcf7d70a42d528696fe0355ff5a4a80cfd654593dabdd866613bc60 | ||||
| license : MIT | license : MIT | ||||
| component : system.utils | component : system.utils | ||||
| summary : A new way to see and navigate directory trees | summary : A new way to see and navigate directory trees | ||||
| description: | | description: | | ||||
| A new way to see and navigate directory trees using cd, tree, and fuzzy search. | A new way to see and navigate directory trees using cd, tree, and fuzzy search. | ||||
| networking : yes | networking : yes | ||||
| builddeps : | builddeps : | ||||
| cargo | - cargo | ||||
| build : | | build : | | ||||
| cargo build --release --locked | cargo build --release --locked | ||||
| install : | | install : | | ||||
| install -Dm00755 $workdir/target/release/broot $installdir/usr/bin/broot | 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/" ";" | |||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.