blob: 1d4511c5565f09bd85b8c03e53a6b784b36f2814 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
|
pkgbase = concrnt
pkgdesc = Concrnt is a next-gen decentralized social network platform designed to make your world richer.
pkgver = 1.6.0
pkgrel = 4
url = https://github.com/totegamma/concurrent
arch = x86_64
arch = aarch64
license = MIT
makedepends = go
source = concrnt-1.6.0::https://github.com/totegamma/concurrent/archive/refs/tags/v1.6.0.tar.gz
source = concrnt-api.hook
source = concrnt-api.service
source = concrnt-gateway.hook
source = concrnt-gateway.service
source = concrnt-gateway.tmpfiles
source = concrnt.install
source = https://raw.githubusercontent.com/totegamma/concurrent/refs/heads/develop/LICENSE
sha512sums = 742982dc1344449bdaf560cf6f6ea724b3d2d52dbd5031876398961f79e02718c9d4b875557f204349e39b7dca83a8716a32415b812eb68dabef70926e743d95
sha512sums = 4ba819a0b00e481353e0e38a1bd9fe4d01a4de63fa724407040b8ab79a2cf69ee335b4cd871e28cd48f4be82838c6ec45d615e2c4e3119d27f5aa75bb70d58f5
sha512sums = 919f85b34faef68dff1ee1b43fa5351b2a8bcfbb166b20d6f75336e2eaba39b03bfe85ba3a8e13051e47f9b08763937b24ee2fb5818fcd4de47b19b77095f25f
sha512sums = 052b85d29ab0cb9713ecac06935344af25376f99e69765cd8992bbb5c73e84c8b2d40890b859f5a81a83bb66693f3d6aa1a93ab29f5aa177b294583fde8f95e6
sha512sums = 5a53b1a0f3ba05305da0ad5fe0a69d5b55197fba88078b9dd41f15aadf2698fa77df85edf05a1209c03e09bfa824836534ba5a274bd075610706a2a9d900b4e3
sha512sums = 1d24a8d23e057029d97e51296fcd91af870d8d30f77739d2a078aaaac4a2103a42b376e06b9302ddb360b6b68791221e48349341f78b845f74a9e031facb3c94
sha512sums = e882308a22defa308a1dae9331b2a39e39e44496bba679350f968637409ab7889b5a3038fcd6dd9b8a248063da1e6e35fe019ef69007c7aadcc9ca3b251267b6
sha512sums = 6991f0cdffef328c29368d987a46e2d12d765b743cad04ae4c89469e1644f11f079fb495e5297b79d521f88b40d6fb3c5b972279c95f394bdb07cf4a2037f412
pkgname = concrnt-gateway
install = concrnt.install
depends = concrnt-shared-config
depends = redis
depends = memcached
depends = postgresql
depends = concrnt-api
optdepends = concrnt-conctl: Command-line tool for managing Concrnt services
optdepends = concrnt-webui: Provides registration page and admin panel
optdepends = concrnt-hyperproxy: URL Summary and image proxy
optdepends = concrnt-activitypub: ActivityPub integration
backup = etc/concrnt/config/gateway.yaml
pkgname = concrnt-api
depends = concrnt-shared-config
depends = concrnt-gateway
depends = redis
depends = memcached
depends = postgresql
|