blob: 47cb213841790ad2e1f2eafb88a559345bce3a04 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
pkgbase = pgmq
pkgdesc = A lightweight message queue. Like AWS SQS and RSMQ but on Postgres.
pkgver = 1.2.1
pkgrel = 1
url = https://github.com/tembo-io/pgmq
arch = x86_64
license = MIT
makedepends = git
makedepends = cargo
makedepends = cargo-pgrx
depends = postgresql
source = pgmq-1.2.1.tar.gz::https://github.com/tembo-io/pgmq/archive/refs/tags/v1.2.1.tar.gz
sha256sums = f522c0938b8c7cfc30d3142e684853a417e66762eaa7cf0be238af93f9f5bb14
pkgname = pgmq
|