We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 727cefd commit 620c58fCopy full SHA for 620c58f
1 file changed
srcpkgs/tlrc/template
@@ -0,0 +1,17 @@
1
+# Template file for 'tlrc'
2
+pkgname=tlrc
3
+version=1.13.0
4
+revision=1
5
+build_style=cargo
6
+short_desc="Official tldr client written in Rust"
7
+maintainer="Simeon Widdis <sawiddis@gmail.com>"
8
+license="MIT"
9
+homepage="https://github.com/tldr-pages/tlrc"
10
+distfiles="https://github.com/tldr-pages/tlrc/archive/v${version}.tar.gz"
11
+checksum=be72997481480d66560886d2ff7b1e1d8e086169885d85edee663c9091bd32f3
12
+alternatives="tldr:tldr:/usr/bin/tlrc"
13
+
14
+post_install() {
15
+ mv ${DESTDIR}/usr/bin/{tldr,tlrc}
16
+ vlicense LICENSE
17
+}
0 commit comments