Changeset View
Changeset View
Standalone View
Standalone View
package.yml
| name : broot | name : broot | ||||
| version : 0.13.6 | version : 1.0.9 | ||||
| release : 1 | release : 2 | ||||
| source : | source : | ||||
| - https://github.com/Canop/broot/archive/v0.13.6.tar.gz : f28eea78bba1660ecdbdb9ebac8e215b7523b94f7d490d69d8022df44eacec3c | - https://github.com/Canop/broot/archive/v1.0.9.tar.gz : 66f998d425631673af2772bc4ebafa55f4d74224cbd99bd5570bba53d50be27a | ||||
| 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 | ||||
JoshStrobl: This should be a list of builddeps. See https://dev.getsol.us/source/gjs/browse/master/package. | |||||
| 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/" ";" | |||||
Done Inline Actionspre-compiled shell completions are no longer available upstream, and according to the documentation, the intended way to install these is through the broot command (seen here). I have also removed the commented out entries as they are no longer used. sethfl: pre-compiled shell completions are no longer available upstream, and according to the… | |||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.
This should be a list of builddeps. See https://dev.getsol.us/source/gjs/browse/master/package.yml$12