summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 9498adebb4f25e9e8bf48c29a635b8f0661c9f95 (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.6
	pkgrel = 1
	url = https://github.com/totegamma/concurrent
	arch = x86_64
	arch = aarch64
	license = MIT
	makedepends = go
	depends = glibc
	source = concrnt-1.6.6::https://github.com/totegamma/concurrent/archive/refs/tags/v1.6.6.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
	sha512sums = 2e7e796aa51a0640b63106ea5733c9aeb85d8854b5edafe4ef5b562648dc076f0e70c27653419520301f491ff661890f18b8bf10d99399e7c9c8580ceaaa7ee7
	sha512sums = 4ba819a0b00e481353e0e38a1bd9fe4d01a4de63fa724407040b8ab79a2cf69ee335b4cd871e28cd48f4be82838c6ec45d615e2c4e3119d27f5aa75bb70d58f5
	sha512sums = 919f85b34faef68dff1ee1b43fa5351b2a8bcfbb166b20d6f75336e2eaba39b03bfe85ba3a8e13051e47f9b08763937b24ee2fb5818fcd4de47b19b77095f25f
	sha512sums = 052b85d29ab0cb9713ecac06935344af25376f99e69765cd8992bbb5c73e84c8b2d40890b859f5a81a83bb66693f3d6aa1a93ab29f5aa177b294583fde8f95e6
	sha512sums = 5a53b1a0f3ba05305da0ad5fe0a69d5b55197fba88078b9dd41f15aadf2698fa77df85edf05a1209c03e09bfa824836534ba5a274bd075610706a2a9d900b4e3
	sha512sums = 1d24a8d23e057029d97e51296fcd91af870d8d30f77739d2a078aaaac4a2103a42b376e06b9302ddb360b6b68791221e48349341f78b845f74a9e031facb3c94
	sha512sums = e882308a22defa308a1dae9331b2a39e39e44496bba679350f968637409ab7889b5a3038fcd6dd9b8a248063da1e6e35fe019ef69007c7aadcc9ca3b251267b6

pkgname = concrnt-gateway
	install = concrnt.install
	depends = glibc
	depends = concrnt-shared-config
	optdepends = redis: Local cache server support
	optdepends = memcached: Local cache server support
	optdepends = postgresql: Local database server support
	optdepends = concrnt-api: Provides API service
	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 = glibc
	depends = concrnt-shared-config
	optdepends = concrnt-gateway: Concrnt Gateway server
	optdepends = redis: Local cache support
	optdepends = memcached: Local cache support
	optdepends = postgresql: Local database support