Go to file
Dany Marcoux 58fb6503c1 Accepting request 703433 from home:dmarcoux
- Update to version 0.11.0
  * Features
    New color themes: ansi-light, ansi-dark and base16
    The -p/--plain option can be used twice (typically -pp). First -p switches --style to "plain", second disables pager.
  * Bugfixes
    Do not replace arguments to less when using --pager
    Empty files are (once again) printed with a single header line
    --terminal-width=0 is now disallowed
  * New syntaxes
    Fish
    Update for F#

OBS-URL: https://build.opensuse.org/request/show/703433
OBS-URL: https://build.opensuse.org/package/show/utilities/bat?expand=0&rev=10
2019-05-16 11:31:32 +00:00
.gitattributes Accepting request 639027 from home:dmarcoux 2018-09-28 15:16:54 +00:00
.gitignore Accepting request 639027 from home:dmarcoux 2018-09-28 15:16:54 +00:00
bat-0.11.0.tar.gz Accepting request 703433 from home:dmarcoux 2019-05-16 11:31:32 +00:00
bat.changes Accepting request 703433 from home:dmarcoux 2019-05-16 11:31:32 +00:00
bat.spec Accepting request 703433 from home:dmarcoux 2019-05-16 11:31:32 +00:00
README.packager Accepting request 699676 from home:dmarcoux 2019-04-30 13:19:12 +00:00
vendor.tar.xz Accepting request 703433 from home:dmarcoux 2019-05-16 11:31:32 +00:00

# 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` and `cargo-vendor` from official repositories. `cargo` is provided by `rust`

    zypper install rust cargo-vendor

2. Checkout version

    git clone https://github.com/sharkdp/bat
    cd bat
    git checkout v0.10.0 (or another version from `git tag --list`)

3. Generate archive

    cargo vendor
    tar -cJf vendor.tar.xz vendor