Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 9 additions & 4 deletions dev-db/pgbackrest/pgbackrest-2.53.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

EAPI=8

inherit meson

DESCRIPTION="Simple, reliable, scalable backup solution to postgres"
HOMEPAGE="https://pgbackrest.org/"
SRC_URI="https://github.com/${PN}/${PN}/archive/release/${PV}.tar.gz -> ${P}.tar.gz"
Expand All @@ -24,16 +26,21 @@ DEPEND="
app-arch/bzip2
dev-libs/openssl
dev-libs/libxml2
net-libs/libssh2
>=app-arch/zstd-1.0
"

RDEPEND="${DEPEND}"

BDEPEND="dev-libs/libyaml"
BDEPEND="
dev-libs/libyaml
>=dev-build/meson-0.47
"

S="${WORKDIR}/${PN}-release-${PV}/src"
S="${WORKDIR}/${PN}-release-${PV}"

src_install() {
meson_src_install
# install base configuration
dodir /etc/"${PN}"
insinto /etc/"${PN}"
Expand All @@ -51,6 +58,4 @@ src_install() {

newinitd "${FILESDIR}/${PN}.initd" ${PN}
newconfd "${FILESDIR}/${PN}.confd" ${PN}

default
}
13 changes: 9 additions & 4 deletions dev-db/pgbackrest/pgbackrest-2.57.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

EAPI=8

inherit meson

DESCRIPTION="Simple, reliable, scalable backup solution to postgres"
HOMEPAGE="https://pgbackrest.org/"
SRC_URI="https://github.com/${PN}/${PN}/archive/release/${PV}.tar.gz -> ${P}.tar.gz"
Expand All @@ -24,16 +26,21 @@ DEPEND="
app-arch/bzip2
dev-libs/openssl
dev-libs/libxml2
net-libs/libssh2
>=app-arch/zstd-1.0
"

RDEPEND="${DEPEND}"

BDEPEND="dev-libs/libyaml"
BDEPEND="
dev-libs/libyaml
>=dev-build/meson-0.47
"

S="${WORKDIR}/${PN}-release-${PV}/src"
S="${WORKDIR}/${PN}-release-${PV}"

src_install() {
meson_src_install
# install base configuration
dodir /etc/"${PN}"
insinto /etc/"${PN}"
Expand All @@ -51,6 +58,4 @@ src_install() {

newinitd "${FILESDIR}/${PN}.initd" ${PN}
newconfd "${FILESDIR}/${PN}.confd" ${PN}

default
}