mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 14:43:52 +02:00
tealdeer: update to 1.6.0
This commit is contained in:
parent
4f3a7ea160
commit
ef9d67eb5a
1 changed files with 7 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'tealdeer'
|
||||
pkgname=tealdeer
|
||||
version=1.5.0
|
||||
version=1.6.0
|
||||
revision=1
|
||||
# uses rustls/ring
|
||||
archs="x86_64* aarch64* i686* armv[67]*"
|
||||
|
@ -9,16 +9,16 @@ short_desc="Very fast implementation of tldr in Rust"
|
|||
maintainer="jcgruenhage <jan.christian@gruenhage.xyz>"
|
||||
license="MIT, Apache-2.0"
|
||||
homepage="https://github.com/dbrgn/tealdeer"
|
||||
changelog="https://raw.githubusercontent.com/dbrgn/tealdeer/v${version}/CHANGELOG.md"
|
||||
distfiles="https://github.com/dbrgn/tealdeer/archive/v${version}.tar.gz"
|
||||
checksum=00902a50373ab75fedec4578c6c2c02523fad435486918ad9a86ed01f804358a
|
||||
changelog="https://raw.githubusercontent.com/dbrgn/tealdeer/main/CHANGELOG.md"
|
||||
distfiles="https://github.com/dbrgn/tealdeer/archive/refs/tags/v${version}.tar.gz"
|
||||
checksum=7e957b8f440264524822d855af856a634d48a8150a11089bcf8252e42a9ec5e4
|
||||
alternatives="tldr:/usr/bin/tldr:/usr/bin/tealdeer"
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE-MIT
|
||||
vlicense LICENSE-APACHE
|
||||
mv ${DESTDIR}/usr/bin/tldr ${DESTDIR}/usr/bin/tealdeer
|
||||
vcompletion bash_tealdeer bash
|
||||
vcompletion fish_tealdeer fish
|
||||
vcompletion zsh_tealdeer zsh
|
||||
vcompletion completion/bash_tealdeer bash
|
||||
vcompletion completion/fish_tealdeer fish
|
||||
vcompletion completion/zsh_tealdeer zsh
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue