[COPY] --- T2-COPYRIGHT-BEGIN --- [COPY] t2/package/*/dendrite/dendrite.desc [COPY] Copyright (C) 2023 - 2025 The T2 SDE Project [COPY] SPDX-License-Identifier: GPL-2.0 [COPY] --- T2-COPYRIGHT-END --- [I] Matrix protocol homeserver [T] Dendrite is a second-generation Matrix homeserver written in Go. [T] It intends to provide an efficient, reliable and scalable [T] alternative to Synapse. [U] https://github.com/element-hq/dendrite/ [A] Matrix org [M] The T2 Project [C] extra/network [F] CROSS [L] APL [S] Beta [V] 0.14.1 [P] X -----5---9 160.000 . $base/package/*/*/go-conf.in [D] c3253d9d7ef5315306e1e22a4f2996c367fc1956b99d04eb664b7af2 dendrite-0.14.1.tar.gz https://github.com/element-hq/dendrite/archive/refs/tags/v0.14.1/ rungo=0 runmake=0 hook_add inmake 5 "dendrite_inmake" hook_add postmake 5 "dendrite_postmake" var_remove GCC_WRAPPER_REMOVE ' ' '-gdwarf*' dendrite_inmake() { for cmd in dendrite generate-keys create-account; do go build -trimpath -v -o bin/$cmd ./cmd/$cmd done } dendrite_postmake() { install -Dm755 bin/dendrite $root$bindir install -Dm755 bin/generate-keys $root$bindir install -Dm755 bin/create-account $root$bindir install -Dm644 dendrite-sample.yaml $root$sysconfdir/$pkg/dendrite.yaml }