summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-text/logmerge/logmerge-0.5.2b-r1.ebuild')
-rw-r--r--app-text/logmerge/logmerge-0.5.2b-r1.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/app-text/logmerge/logmerge-0.5.2b-r1.ebuild b/app-text/logmerge/logmerge-0.5.2b-r1.ebuild
new file mode 100644
index 000000000000..9fc47fd81530
--- /dev/null
+++ b/app-text/logmerge/logmerge-0.5.2b-r1.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Small and powerful script to merge two or more logfiles"
+HOMEPAGE="https://github.com/ildar-shaimordanov/logmerge"
+SRC_URI="https://github.com/ildar-shaimordanov/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="dev-lang/perl"
+
+src_install() {
+ default
+ dobin logmerge
+}