New package: tlrc-1.13.0

This commit is contained in:
Simeon Widdis
2026-04-20 11:45:48 +02:00
committed by tranzystorekk
parent 727cefda1f
commit 620c58fd12
+17
View File
@@ -0,0 +1,17 @@
# Template file for 'tlrc'
pkgname=tlrc
version=1.13.0
revision=1
build_style=cargo
short_desc="Official tldr client written in Rust"
maintainer="Simeon Widdis <sawiddis@gmail.com>"
license="MIT"
homepage="https://github.com/tldr-pages/tlrc"
distfiles="https://github.com/tldr-pages/tlrc/archive/v${version}.tar.gz"
checksum=be72997481480d66560886d2ff7b1e1d8e086169885d85edee663c9091bd32f3
alternatives="tldr:tldr:/usr/bin/tlrc"
post_install() {
mv ${DESTDIR}/usr/bin/{tldr,tlrc}
vlicense LICENSE
}