Changeset View
Changeset View
Standalone View
Standalone View
package.yml
| name : lsd | name : lsd | ||||
| version : 0.21.0 | version : 0.21.0 | ||||
| release : 6 | release : 7 | ||||
| source : | source : | ||||
| - https://github.com/Peltoche/lsd/archive/refs/tags/0.21.0.tar.gz : f500c18221f9c3fd45f88f6f764001e99cf9d6d74af9172cbb9a9ff32f3e5c7d | - https://github.com/Peltoche/lsd/archive/refs/tags/0.21.0.tar.gz : f500c18221f9c3fd45f88f6f764001e99cf9d6d74af9172cbb9a9ff32f3e5c7d | ||||
| homepage : https://github.com/Peltoche/lsd | homepage : https://github.com/Peltoche/lsd | ||||
| license : Apache-2.0 | license : Apache-2.0 | ||||
| component : system.utils | component : system.utils | ||||
| summary : The next generation ls command | summary : The next generation ls command | ||||
| description: | | description: | | ||||
| The next generation ls command with a lot of pretty colors and icons. | The next generation ls command with a lot of pretty colors and icons. | ||||
| networking : yes | networking : yes | ||||
| builddeps : | builddeps : | ||||
| - cargo | - cargo | ||||
| rundeps : | rundeps : | ||||
| - font-awesome-4 | |||||
| - font-awesome-ttf | - font-awesome-ttf | ||||
| build : | | build : | | ||||
| export SHELL_COMPLETIONS_DIR=completions | export SHELL_COMPLETIONS_DIR=completions | ||||
| cargo build %JOBS% --release | cargo build %JOBS% --release | ||||
| install : | | install : | | ||||
| cargo install %JOBS% lsd --root=$installdir/usr | cargo install %JOBS% lsd --root=$installdir/usr | ||||
| rm -f $installdir/usr/.crates* | rm -f $installdir/usr/.crates* | ||||
| install -Dm00644 completions/_lsd $installdir/usr/share/zsh/site-functions/_lsd | install -Dm00644 completions/_lsd $installdir/usr/share/zsh/site-functions/_lsd | ||||
| install -Dm00644 completions/lsd.bash $installdir/usr/share/bash-completion/completions/lsd | install -Dm00644 completions/lsd.bash $installdir/usr/share/bash-completion/completions/lsd | ||||
| install -Dm00644 completions/lsd.fish $installdir/usr/share/fish/vendor_completions.d/lsd.fish | install -Dm00644 completions/lsd.fish $installdir/usr/share/fish/vendor_completions.d/lsd.fish | ||||
| check : | | check : | | ||||
| cargo test | cargo test | ||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.