From 620c58fd126f50ab66fba73f158c7f00a2da2588 Mon Sep 17 00:00:00 2001 From: Simeon Widdis Date: Sun, 19 Apr 2026 10:06:06 -0700 Subject: [PATCH] New package: tlrc-1.13.0 --- srcpkgs/tlrc/template | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 srcpkgs/tlrc/template diff --git a/srcpkgs/tlrc/template b/srcpkgs/tlrc/template new file mode 100644 index 00000000000..963aa13b12a --- /dev/null +++ b/srcpkgs/tlrc/template @@ -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 " +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 +}