mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +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'
|
||||
pkgname=pgbackrest
|
||||
version=2.54.2
|
||||
version=2.55.1
|
||||
revision=1
|
||||
build_wrksrc="src"
|
||||
build_style=gnu-configure
|
||||
build_style=meson
|
||||
build_helper=qemu
|
||||
meson_builddir="src/build"
|
||||
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"
|
||||
maintainer="Anachron <gith@cron.world>"
|
||||
license="MIT"
|
||||
homepage="http://www.pgbackrest.org/"
|
||||
distfiles="https://github.com/pgbackrest/pgbackrest/archive/release/${version}.tar.gz"
|
||||
checksum=f4d21dd8079c0c5255122530b166bebbf48b3d4361b14d6094197809ffb48f98
|
||||
nocross="configure runs perl for cflags/flags tied to wrong arch"
|
||||
checksum=5f050ad751feb5b506cf3c58a5cf1674a7b502328abcb50b37756175f80990e9
|
||||
|
||||
post_install() {
|
||||
vlicense ../LICENSE
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue