mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-15 13:46:58 +02:00
tealdeer: add alternative symlink for fish completions
This commit is contained in:
parent
1484c0e9be
commit
e429b8e781
1 changed files with 4 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'tealdeer'
|
||||
pkgname=tealdeer
|
||||
version=1.7.1
|
||||
revision=1
|
||||
revision=2
|
||||
# uses rustls/ring
|
||||
archs="x86_64* aarch64* i686* armv[67]*"
|
||||
build_style=cargo
|
||||
|
@ -12,7 +12,9 @@ homepage="https://github.com/dbrgn/tealdeer"
|
|||
changelog="https://raw.githubusercontent.com/dbrgn/tealdeer/main/CHANGELOG.md"
|
||||
distfiles="https://github.com/dbrgn/tealdeer/archive/refs/tags/v${version}.tar.gz"
|
||||
checksum=2b10e141774d2a50d25a1d3ca3d911dedc0e1313366ce0a364068c7a686300d8
|
||||
alternatives="tldr:/usr/bin/tldr:/usr/bin/tealdeer"
|
||||
alternatives="
|
||||
tldr:tldr:/usr/bin/tealdeer
|
||||
tldr:tldr.fish:/usr/share/fish/vendor_completions.d/tealdeer.fish"
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE-MIT
|
||||
|
|
Loading…
Add table
Reference in a new issue