# Maintainer: Dominik Schwaiger pkgname=surrealdb-bin pkgver=1.5.1 pkgrel=1 epoch= pkgdesc="A scalable, distributed, collaborative, document-graph database, for the realtime web" arch=('x86_64') url="https://github.com/surrealdb/surrealdb" license=('custom:BSL') groups=() depends=('gcc-libs') makedepends=() checkdepends=() optdepends=() provides=('surrealdb') conflicts=('surrealdb') replaces=() backup=() options=() install= changelog= source=("https://github.com/surrealdb/surrealdb/releases/download/v${pkgver//_/-}/LICENSE" "https://github.com/surrealdb/surrealdb/releases/download/v${pkgver//_/-}/surreal-v${pkgver//_/-}.linux-amd64.tgz") noextract=() sha256sums=('a007c53f27d30bda8cc56feec356eba13b646a8fb59a97d151e3aab820429d2d' '11b4bc1c23ac750d81e1968e7ea8e989bb0c099e0947713b68e796dbf2c43e03') validpgpkeys=() package() { install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" install -Dm755 surreal "$pkgdir/usr/bin/surreal" }