New package: tlrc-1.13.0
This commit is contained in:
committed by
tranzystorekk
parent
727cefda1f
commit
620c58fd12
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user