20 lines
684 B
Bash
20 lines
684 B
Bash
# Template file for 'pgbackrest'
|
|
pkgname=pgbackrest
|
|
version=2.26
|
|
revision=3
|
|
wrksrc="${pkgname}-release-${version}"
|
|
build_wrksrc="src"
|
|
build_style=gnu-configure
|
|
hostmakedepends="perl pkg-config"
|
|
makedepends="openssl-devel libxml2-devel perl postgresql-libs-devel zlib-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=f02e934627ea8ed425cea31a6ce57c30d0bb07d6639873983ccb14d7096d49ad
|
|
nocross="configure runs perl for cflags/flags tied to wrong arch"
|
|
|
|
post_install() {
|
|
vlicense ../LICENSE
|
|
}
|