| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 9999 | 8 | 0 |
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit git-r3
DESCRIPTION="Reliable PostgreSQL Backup & Restore"
HOMEPAGE="https://pgbackrest.org https://github.com/pgbackrest/pgbackrest"
EGIT_REPO_URI="https://github.com/${PN}/${PN}.git"
LICENSE="MIT"
SLOT="0"
DEPEND="app-arch/lz4:=
>=dev-db/postgresql-10:=[icu,ssl]
dev-lang/perl:0=
dev-libs/libxml2:2
dev-libs/openssl:0=
virtual/zlib:0="
RDEPEND="${DEPEND}"
BDEPEND="virtual/pkgconfig"
src_install() {
default
keepdir /var/log/pgbackrest/
}
app-arch/lz4:= >=dev-db/postgresql-10:=[icu,ssl] dev-lang/perl:0= dev-libs/libxml2:2 dev-libs/openssl:0= virtual/zlib:0=
app-arch/lz4:= >=dev-db/postgresql-10:=[icu,ssl] dev-lang/perl:0= dev-libs/libxml2:2 dev-libs/openssl:0= virtual/zlib:0=
virtual/pkgconfig