diff databases/postgresql/postgresql.sh @ 1220:4ccc42bf0284

misc: split .sh with .info
author David Demelier <markand@malikania.fr>
date Thu, 30 Sep 2021 09:26:38 +0200
parents 57dc83a39b13
children a47aaf9743a0
line wrap: on
line diff
--- a/databases/postgresql/postgresql.sh	Thu Sep 30 09:05:45 2021 +0200
+++ b/databases/postgresql/postgresql.sh	Thu Sep 30 09:26:38 2021 +0200
@@ -17,17 +17,7 @@
 
 # TODO: add KERBEROS, SELINUX option.
 
-PKGNAME=postgresql
-PKGVERSION=12.0
-PKGREVISION=1
-PKGLICENSE="CUSTOM"
-PKGSUMMARY="popular object-relational database management system"
-PKGDOWNLOAD="https://ftp.postgresql.org/pub/source/v$PKGVERSION/$PKGNAME-$PKGVERSION.tar.gz"
-PKGDEPENDS=""
-PKGOPTIONS="COMPLETION ICU LLVM NLS PAM PERL PYTHON SSL TCL XML XSLT ZLIB"
-PKGUIDS="postgresql:110"
-PKGGIDS="postgresql:110"
-PKGPROTECT="etc/rc.d/postgresql"
+. ./postgresql.info
 
 : ${CHOST:=$(uname -m)-linux-musl}
 : ${CBUILD:=$(uname -m)-linux-musl}