vp-build/srcpkgs/pgbackrest/template

21 lines
654 B
Bash

# Template file for 'pgbackrest'
pkgname=pgbackrest
version=2.15.1
revision=2
wrksrc="${pkgname}-release-${version}"
build_wrksrc="src"
build_style=gnu-configure
hostmakedepends="perl"
makedepends="libressl-devel libxml2-devel perl 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=e559de3525129ed692ba97c94bd8ea5c86966f7e172c20b64fc95651225bc525
nocross="configure runs perl for cflags/flags tied to wrong arch"
post_install() {
vlicense ../LICENSE
}