tldr: update to 1.0.0.alpha.

This commit is contained in:
Đoàn Trần Công Danh 2021-01-30 22:46:12 +07:00
parent f53b8967d1
commit 8a11c1d53d

View file

@ -1,16 +1,19 @@
# Template file for 'tldr'
pkgname=tldr
version=0.6.1
version=1.0.0.alpha
revision=1
_version=${version/.alpha/-alpha}
wrksrc=$pkgname-$_version
build_style=go
go_import_path="github.com/isacikgoz/tldr"
hostmakedepends="git"
go_package="./cmd/tldr"
depends="git"
short_desc="Fast and interactive TLDR client written in Go"
maintainer="Nathan Owens <ndowens04@gmail.com>"
license="MIT"
homepage="https://isacikgoz.me/tldr/"
distfiles="https://github.com/isacikgoz/tldr/archive/v${version}.tar.gz"
checksum=e377942c6dd9cbe3f9f55b7614e17b7c5f0694b326ad3993d0cde59aca8dc8fa
distfiles="https://github.com/isacikgoz/tldr/archive/v${_version}.tar.gz"
checksum=d40e1c602d84acc67cdee3b9bed001fb8ec198c7049c1d05eb071ab05af66c19
alternatives="tldr:tldr:/usr/bin/gtldr"
conflicts="tealdeer<=1.2.0_1"