diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-05-06 09:27:33 -0300 |
---|---|---|
committer | prspkt <prspkt@protonmail.com> | 2019-05-06 17:55:42 +0300 |
commit | 389f680dff6f649db71dcebc424245987ae68d65 (patch) | |
tree | d0da17a852119ab85204d73325f298445333b4b8 /community/slony1 | |
parent | d1b194204c0c42ae5de44a5fdc1daca3abbe2da4 (diff) | |
download | aports-389f680dff6f649db71dcebc424245987ae68d65.tar.bz2 aports-389f680dff6f649db71dcebc424245987ae68d65.tar.xz |
community/slony1: modernize
- Fix license
- Use modern style
- Expand on why check is disabled
Diffstat (limited to 'community/slony1')
-rw-r--r-- | community/slony1/APKBUILD | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/community/slony1/APKBUILD b/community/slony1/APKBUILD index 3547fbfd26..64d8f485f8 100644 --- a/community/slony1/APKBUILD +++ b/community/slony1/APKBUILD @@ -4,23 +4,18 @@ pkgname=slony1 pkgver=2.2.7 pkgrel=0 pkgdesc="A master to multiple slaves replication system for PostgreSQL" +options="!check" # Requires running instance of postgresql url="http://slony.info/" arch="all" -license="BSD" -depends="" +license="PostgreSQL" makedepends="postgresql-dev" -install="" -options="!check" subpackages="$pkgname-openrc" source="http://main.slony.info/downloads/${pkgver%.*}/source/slony1-$pkgver.tar.bz2 slony1.initd slony1.confd - default-config.patch " -builddir="$srcdir"/slony1-$pkgver - prepare() { default_prepare update_config_guess |