mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 09:22:57 +02:00
pgbackrest: update to 2.55.1.
This commit is contained in:
parent
ba648550e4
commit
75687fb731
1 changed files with 8 additions and 7 deletions
|
@ -1,19 +1,20 @@
|
||||||
# Template file for 'pgbackrest'
|
# Template file for 'pgbackrest'
|
||||||
pkgname=pgbackrest
|
pkgname=pgbackrest
|
||||||
version=2.54.2
|
version=2.55.1
|
||||||
revision=1
|
revision=1
|
||||||
build_wrksrc="src"
|
build_style=meson
|
||||||
build_style=gnu-configure
|
build_helper=qemu
|
||||||
|
meson_builddir="src/build"
|
||||||
hostmakedepends="perl pkg-config"
|
hostmakedepends="perl pkg-config"
|
||||||
makedepends="openssl-devel libxml2-devel perl postgresql-libs-devel zlib-devel libyaml-devel bzip2-devel"
|
makedepends="openssl-devel libxml2-devel liblz4-devel perl postgresql-libs-devel
|
||||||
|
zlib-devel libyaml-devel bzip2-devel"
|
||||||
short_desc="Reliable PostgreSQL Backup & Restore"
|
short_desc="Reliable PostgreSQL Backup & Restore"
|
||||||
maintainer="Anachron <gith@cron.world>"
|
maintainer="Anachron <gith@cron.world>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="http://www.pgbackrest.org/"
|
homepage="http://www.pgbackrest.org/"
|
||||||
distfiles="https://github.com/pgbackrest/pgbackrest/archive/release/${version}.tar.gz"
|
distfiles="https://github.com/pgbackrest/pgbackrest/archive/release/${version}.tar.gz"
|
||||||
checksum=f4d21dd8079c0c5255122530b166bebbf48b3d4361b14d6094197809ffb48f98
|
checksum=5f050ad751feb5b506cf3c58a5cf1674a7b502328abcb50b37756175f80990e9
|
||||||
nocross="configure runs perl for cflags/flags tied to wrong arch"
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense ../LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue