# maintainer: Ricardo Band pkgname=cephadm-git pkgver=16.0.0.r3098.g33dd9ea3057 pkgrel=1 pkgdesc='Cephadm deploys and manages a Ceph cluster by connection to hosts from the manager daemon via SSH to add, remove, or update Ceph daemon containers' arch=('any') url="https://ceph.com/" license=('GPL2' 'LGPL2.1' 'LGPL3') depends=('lvm2' 'python>=3') optdepends=('podman: container backend' 'docker: container backend' 'chrony: time sync service' 'ntp: time sync service') provides=('cephadm') conflicts=('cephadm') source=("git+https://github.com/ceph/ceph") sha256sums=('SKIP') pkgver() { cd $srcdir/ceph git describe --long | sed 's/^v//;s/-/.r/;s/-/./' } package() { cd $srcdir/ceph install -Dm0755 src/cephadm/cephadm $pkgdir/usr/bin/cephadm }