From 0dfb4c6279f061be49c74068f991d578f0b08390 Mon Sep 17 00:00:00 2001 From: Nathan Owens Date: Tue, 31 Dec 2019 03:37:34 -0600 Subject: [PATCH 1/2] tealdeer: add conflicts with tldr --- srcpkgs/tealdeer/template | 1 + 1 file changed, 1 insertion(+) diff --git a/srcpkgs/tealdeer/template b/srcpkgs/tealdeer/template index 2c29b48237e..983a0dafd59 100644 --- a/srcpkgs/tealdeer/template +++ b/srcpkgs/tealdeer/template @@ -13,6 +13,7 @@ homepage="https://github.com/dbrgn/tealdeer" changelog="https://raw.githubusercontent.com/dbrgn/tealdeer/v${version}/CHANGELOG.md" distfiles="https://github.com/dbrgn/tealdeer/archive/v${version}.tar.gz" checksum=5cf286059b823501d05da445b9b7a609ec2da91d711d990df76397f79d800c52 +conflicts="tldr>=0" post_install() { vlicense LICENSE-MIT From ae76023683702198b93bd7186f6bf66a4e7abe02 Mon Sep 17 00:00:00 2001 From: Nathan Owens Date: Tue, 31 Dec 2019 03:38:22 -0600 Subject: [PATCH 2/2] New pacakge: tldr-0.6.1 --- srcpkgs/tldr/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/tldr/template diff --git a/srcpkgs/tldr/template b/srcpkgs/tldr/template new file mode 100644 index 00000000000..23fb5db5836 --- /dev/null +++ b/srcpkgs/tldr/template @@ -0,0 +1,18 @@ +# Template file for 'tldr' +pkgname=tldr +version=0.6.1 +revision=1 +build_style=go +go_import_path="github.com/isacikgoz/tldr" +hostmakedepends="git" +short_desc="Fast and interactive TLDR client written in Go" +maintainer="Nathan Owens " +license="MIT" +homepage="https://isacikgoz.me/tldr/" +distfiles="https://github.com/isacikgoz/tldr/archive/v${version}.tar.gz" +checksum=e377942c6dd9cbe3f9f55b7614e17b7c5f0694b326ad3993d0cde59aca8dc8fa +conflicts="tealdear>=0" + +post_install() { + vlicense LICENSE +}