Commit graph

5 commits

Author SHA1 Message Date
bsiegert
d2fffe429e Update tldr to 1.4.1.
v1.4.1 (2020-09-04)

- [fixed] Syntax error in zsh completion file


v1.4.0 (2020-09-03)

- [added] Configurable automatic cache updates
- [added] Improved color detection and support for `--color` argument and
  `NO_COLOR` env variable
- [changed] Make `--list` option comply with official spec
- [changed] Move cache age warning to stderr
2020-09-06 16:43:52 +00:00
tnn
51279b13f6 cargo users: drop do-build target where redundant 2020-08-14 20:50:21 +00:00
tnn
296452e94f rust/cargo: replace "--frozen --locked" with "--offline" in various places
The intent of "--frozen --locked" was to not use the network, but the new
"--offline" option is better suited for this purpose.
It for example allows us to patch Cargo.toml if necessary without having
to regen checksums.
2020-08-14 11:04:59 +00:00
nia
9c0808198e Rename rust-bin's PKGNAME to rust-bin. Add rust.mk for rust packages.
This allows rust-bin and rust to coexist in bulk builds (for testing, etc),
but the packages still may not be installed at the same time.

rust.mk as a solution for picking the correct rust variant was suggested
by gdt@. It is intended to be included directly by packages that do not
use cargo.mk, and indirectly by packages that do use cargo.mk.

rust.mk provides one user-settable variable:

RUST_TYPE
	as before, whether to bootstrap rust from source or use
	official binaries. may be "src" or "bin"

And two package-settable variables:

RUST_REQ
	the minimum version of Rust required by the package.
	defaults to "1.20.0"

RUST_RUNTIME
	whether Rust is a runtime dependency, may be "yes" or "no"
2020-06-14 15:33:27 +00:00
bsiegert
5086c526d4 Add a package for tealdeer-1.3.0. Via wip.
A very fast implementation of tldr in Rust: Simplified, example based and
community-driven man pages.

If you pronounce "tldr" in English, it sounds somewhat like "tealdeer". Hence
the project name.
2020-03-19 19:43:52 +00:00