mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +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'
|
# Template file for 'tealdeer'
|
||||||
pkgname=tealdeer
|
pkgname=tealdeer
|
||||||
version=1.5.0
|
version=1.6.0
|
||||||
revision=1
|
revision=1
|
||||||
# uses rustls/ring
|
# uses rustls/ring
|
||||||
archs="x86_64* aarch64* i686* armv[67]*"
|
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>"
|
maintainer="jcgruenhage <jan.christian@gruenhage.xyz>"
|
||||||
license="MIT, Apache-2.0"
|
license="MIT, Apache-2.0"
|
||||||
homepage="https://github.com/dbrgn/tealdeer"
|
homepage="https://github.com/dbrgn/tealdeer"
|
||||||
changelog="https://raw.githubusercontent.com/dbrgn/tealdeer/v${version}/CHANGELOG.md"
|
changelog="https://raw.githubusercontent.com/dbrgn/tealdeer/main/CHANGELOG.md"
|
||||||
distfiles="https://github.com/dbrgn/tealdeer/archive/v${version}.tar.gz"
|
distfiles="https://github.com/dbrgn/tealdeer/archive/refs/tags/v${version}.tar.gz"
|
||||||
checksum=00902a50373ab75fedec4578c6c2c02523fad435486918ad9a86ed01f804358a
|
checksum=7e957b8f440264524822d855af856a634d48a8150a11089bcf8252e42a9ec5e4
|
||||||
alternatives="tldr:/usr/bin/tldr:/usr/bin/tealdeer"
|
alternatives="tldr:/usr/bin/tldr:/usr/bin/tealdeer"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE-MIT
|
vlicense LICENSE-MIT
|
||||||
vlicense LICENSE-APACHE
|
vlicense LICENSE-APACHE
|
||||||
mv ${DESTDIR}/usr/bin/tldr ${DESTDIR}/usr/bin/tealdeer
|
mv ${DESTDIR}/usr/bin/tldr ${DESTDIR}/usr/bin/tealdeer
|
||||||
vcompletion bash_tealdeer bash
|
vcompletion completion/bash_tealdeer bash
|
||||||
vcompletion fish_tealdeer fish
|
vcompletion completion/fish_tealdeer fish
|
||||||
vcompletion zsh_tealdeer zsh
|
vcompletion completion/zsh_tealdeer zsh
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue