2025-01-24 21:53:26 -05:00

20 lines
673 B
Bash

# Template file for 'pgbackrest'
pkgname=pgbackrest
version=2.54.2
revision=1
build_wrksrc="src"
build_style=gnu-configure
hostmakedepends="perl pkg-config"
makedepends="openssl-devel libxml2-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"
post_install() {
vlicense ../LICENSE
}