aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFeng Yu2020-03-20 19:34:07 +0800
committerFeng Yu2020-03-20 19:34:07 +0800
commit82a6800e3448a400c789d9a839da71fe6b2cf163 (patch)
tree516a9cb390b0f2c567454d99c59709c91acdc86b /PKGBUILD
downloadaur-82a6800e3448a400c789d9a839da71fe6b2cf163.tar.gz
Finish package
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 12 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..03bb854cd863
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,12 @@
+# Maintainer: Feng Yu <abcfy2@163.com>
+
+pkgname=postgresql-10-edb
+pkgver=10.12
+pkgrel=1
+epoch=
+pkgdesc="Enterprise-Proven Postgres edition by enterprisedb.com (EDB postgres). This package will only install server and command line tools, without pgAdmin and stackbuilder."
+arch=("x86_64")
+url="https://www.enterprisedb.com/enterprise-postgres/edb-postgres-platform"
+license=('custom:PostgreSQL')
+depends=("curl")
+install=postgresql.install