Skip to content

Commit 620c58f

Browse files
Swiddistranzystorekk
authored andcommitted
New package: tlrc-1.13.0
1 parent 727cefd commit 620c58f

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

srcpkgs/tlrc/template

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)