Updated PKGBUILD
# Maintainer: William Tang <galaxyking0419@gmail.com>
pkgname=scylla-bin
pkgver=5.4.2
pkgrel=1
pkgdesc='The real-time big data database that is API-compatible with Apache Cassandra and Amazon DynamoDB'
arch=('x86_64')
url="http://www.scylladb.com/"
license=('AGPL')
provides=('scylla')
conflicts=('scylla')
depends=('python-distro' 'python-traceback-with-variables' 'python-yaml')
source=(https://downloads.scylladb.com/downloads/scylla/rpm/centos/scylladb-5.4/x86_64/{scylla-conf,scylla-kernel-conf,scylla-server}-5.4.2-0.20240117.6c625e8cd3c6.x86_64.rpm)
sha256sums=('8313cc760e759c69c9502ff1a320ae1a4486047ef1e3e686f448e3bf04f13f62'
'eaaad69ead8b70b43173aebfc67f1fd8fcd48203398be5a4a300d4b771149bd0'
'80033d5632458d23655b1a95420ddd8e3e782a4f29feed05cc600d97a46e9737')
options=(!strip)
install=$pkgname.install
package() {
mv usr/sbin/* usr/bin/
rmdir usr/sbin
mv etc opt usr var "$pkgdir"
}
Pinned Comments
ttc0419 commented on 2022-08-02 15:24 (UTC)
This package is the combination of official
scylla-conf
,scylla-kernel-conf
andscylla-server
rpm packages.Steps before starting the service:
scylla_io_setup
with root usersystemctl start scylla-server.service
Notes:
/var/lib/scylla
before uninstalling the package.Please vote for the package if you think it's helpful ;-)