# Maintainer: Ning Sun pkgname=greptimedb-bin pkgver=0.4.0.20230802 _pkgvergh=v0.4.0-nightly-20230802 pkgrel=5 pkgdesc='Open-source time-series database.' arch=('x86_64') url='https://github.com/GreptimeTeam/greptimedb' license=('Apache-2.0') provides=('greptimedb') conflicts=() source=("https://github.com/GreptimeTeam/greptimedb/releases/download/${_pkgvergh}/greptime-linux-amd64-${_pkgvergh}.tar.gz" "greptimedb.sysusers" "greptimedb.service" "greptimedb-tmpfile.conf" "greptimedb.toml") sha256sums=("3b5b2eedcc6a86f5766d2f6f7fbd94d07fe506811ab1e9be2c666207692a63ae" "SKIP" "SKIP" "SKIP" "SKIP") package() { mkdir -p "${pkgdir}/etc/greptimedb/" install -Dm755 "${srcdir}/greptime-linux-amd64-${_pkgvergh}" "${pkgdir}/usr/bin/greptime" install -Dm644 "${srcdir}/greptimedb.service" "${pkgdir}/usr/lib/systemd/system/greptimedb.service" install -Dm644 "${srcdir}/greptimedb.sysusers" "${pkgdir}/usr/lib/sysusers.d/greptimedb.conf" install -Dm644 "${srcdir}/greptimedb-tmpfile.conf" "${pkgdir}/usr/lib/tmpfiles.d/greptimedb.conf" install -Dm644 "${srcdir}/greptimedb.toml" "${pkgdir}/etc/greptimedb/greptimedb.toml" }