mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
couchdb: update to 1.7.1.
This commit is contained in:
parent
26622b139f
commit
f36d216e66
1 changed files with 6 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'couchdb'
|
# Template file for 'couchdb'
|
||||||
pkgname=couchdb
|
pkgname=couchdb
|
||||||
version=1.7.0
|
version=1.7.1
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="apache-couchdb-$version"
|
wrksrc="apache-couchdb-$version"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
@ -13,7 +13,7 @@ maintainer="Gerardo Di Iorio <arete74@gmail.com>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="http://couchdb.apache.org/"
|
homepage="http://couchdb.apache.org/"
|
||||||
distfiles="https://dist.apache.org/repos/dist/release/couchdb/source/${version}/apache-couchdb-${version}.tar.gz"
|
distfiles="https://dist.apache.org/repos/dist/release/couchdb/source/${version}/apache-couchdb-${version}.tar.gz"
|
||||||
checksum=9b492e7e5389477107100ef83c41cc32185e2fe9cc88c19c550ed4b2192890dd
|
checksum=91200aa6fbc6fa5e2f3d78ef40e39d8c1ec7c83ea1c2cd730d270658735b2cad
|
||||||
|
|
||||||
system_accounts="couchdb"
|
system_accounts="couchdb"
|
||||||
couchdb_homedir="/var/lib/couchdb"
|
couchdb_homedir="/var/lib/couchdb"
|
||||||
|
@ -33,6 +33,10 @@ if [ "$CROSS_BUILD" ]; then
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
do_check() {
|
||||||
|
make check
|
||||||
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vsv couchdb
|
vsv couchdb
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue