9894b56712
- Update to version 0.13.0 * Beginning with this release, bat can be used as a library * (Breaking change) Glob-based syntax mapping * Many bugfixes and new syntaxes * And more... see upstream - Pass "no-track" option to "cargo install" to avoid generating ".crates2.json" OBS-URL: https://build.opensuse.org/request/show/792692 OBS-URL: https://build.opensuse.org/package/show/utilities/bat?expand=0&rev=17 |
||
---|---|---|
.gitattributes | ||
.gitignore | ||
bat-0.13.0.tar.gz | ||
bat.changes | ||
bat.spec | ||
README.packager | ||
vendor.tar.xz |
# Heavily based on https://build.opensuse.org/package/view_file/devel:languages:rust/racer/README.packager (Thank you for this!) # # Generating `vendor.tar.xz` 1. Install `cargo` from official repositories. zypper install cargo 2. Checkout version git clone https://github.com/sharkdp/bat ~/tmp/bat cd ~/tmp/bat git checkout v0.10.0 (or another version from `git tag --list`) 3. Generate archive cargo vendor tar -cJf vendor.tar.xz vendor