apache-storm: update to 2.2.0

Version 0.9.4 was removed from the servers.
Remove the archs= restriction since we now have java for multiple targets.
This commit is contained in:
Jürgen Buchmüller 2020-07-21 20:29:13 +02:00
parent 854828d619
commit 245bde879c

View file

@ -1,15 +1,14 @@
# Template file for 'apache-storm'
pkgname=apache-storm
version=0.9.4
revision=3
archs="i686 x86_64"
version=2.2.0
revision=1
depends="virtual?java-runtime python"
short_desc="Distributed realtime computation system"
maintainer="bougyman <bougyman@voidlinux.org>"
license="Apache-2.0"
homepage="https://storm.apache.org/"
distfiles="http://apache.osuosl.org/storm/apache-storm-${version}/apache-storm-${version}.tar.gz"
checksum=2cdb3530839375bb5f18751ff16ff78b11e9b4f6d23c423c95d78487ad92d38e
checksum=f621163f349a8e85130bc3d2fbb34e3b08f9c039ccac5474f3724e47a3a38675
python_version=2 #unverified
system_accounts="storm"
storm_homedir="/var/lib/apache-storm"
@ -19,7 +18,7 @@ storm_descr="unprivileged user to run apache-storm java classes"
do_install() {
vbin bin/storm
vmkdir var/lib/apache-storm
vcopy logback var/lib/apache-storm
# vcopy logback var/lib/apache-storm
vcopy public var/lib/apache-storm
vmkdir usr/lib/apache-storm
vcopy external usr/lib/apache-storm