new package: pgbackrest-2.15.1
This commit is contained in:
parent
6c81b5167f
commit
bcbe2716f7
1 changed files with 20 additions and 0 deletions
20
srcpkgs/pgbackrest/template
Normal file
20
srcpkgs/pgbackrest/template
Normal file
|
@ -0,0 +1,20 @@
|
|||
# Template file for 'pgbackrest'
|
||||
pkgname=pgbackrest
|
||||
version=2.15.1
|
||||
revision=1
|
||||
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
|
||||
}
|
Loading…
Reference in a new issue