blob: e816836d84d3d47f571912876e0580b0816ec672 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
pkgbase = foundationdb-server-bin
pkgdesc = FoundationDB server. FoundationDB is a scalable, fault-tolerant, ordered key-value store with full ACID transactions. This package contains the server.
pkgver = 7.3.27
pkgrel = 1
url = https://www.foundationdb.org
install = foundationdb-server-bin.install
arch = x86_64
groups = foundationdb
license = Apache 2.0
depends = glibc>=2,
depends = coreutils>=8,
depends = tar>=1
options = !strip
options = !emptydirs
source_x86_64 = https://github.com/apple/foundationdb/releases/download/7.3.27/foundationdb-server_7.3.27-1_amd64.deb
sha256sums_x86_64 = dd5ec6b906010444dfcaa17af3db6fc1e3a91c88fe4828e1697ab0cb0c0c2310
pkgname = foundationdb-server-bin
|