20f16ba04f
- Update to 0.15.4 * Added missing Solarized themes * Fixed highlighting bug in Haskell source files * Cannot run bat with relative paths * bat mishighlights Users that start with digits in SSH config * --map-syntax doesn't work with names provided through --file-name * Fix syntax detection for files called 'rails' * Fix potential errors with syntax detection for symlinked files * Fix highlighting of Markdown files OBS-URL: https://build.opensuse.org/request/show/810631 OBS-URL: https://build.opensuse.org/package/show/utilities/bat?expand=0&rev=21 |
||
---|---|---|
.gitattributes | ||
.gitignore | ||
bat-0.15.4.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