Add the latest release of pgbadger
This commit is contained in:
25
dev-db/pgbadger/pgbadger-13.0.ebuild
Normal file
25
dev-db/pgbadger/pgbadger-13.0.ebuild
Normal file
@@ -0,0 +1,25 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit perl-module
|
||||
|
||||
DESCRIPTION="pgBadger is a PostgreSQL log analyzer"
|
||||
HOMEPAGE="https://pgbadger.darold.net/"
|
||||
SRC_URI="https://github.com/darold/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
DEPEND="
|
||||
dev-perl/JSON-XS
|
||||
dev-perl/Text-CSV_XS
|
||||
dev-perl/Pod-Markdown
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
src_test() {
|
||||
prove || die
|
||||
}
|
||||
Reference in New Issue
Block a user