blob: 024b2d0f7b29b07939288134bacea6c068a42478 [file] [log] [blame]
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI="5"
MY_PV="${PV/_/-}"
DESCRIPTION="Merge multiple logs such that multilined entries appear in chronological order without breaks"
HOMEPAGE="https://github.com/ildar-shaimordanov/logmerge"
SRC_URI="https://${PN}.googlecode.com/files/${PN}-${MY_PV}.zip"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
S="${WORKDIR}"
DEPEND="app-arch/unzip"
RDEPEND="dev-lang/perl"
src_install() {
dobin ${PN}
}