Install this version:
emerge -a =net-im/sliding-sync-0.99.15
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =net-im/sliding-sync-0.99.15
Or alternatively:
emerge --autounmask-write -a =net-im/sliding-sync-0.99.15
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.99.15 | 8 | ~amd64 | 0 |
# Copyright 2023-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit go-module systemd
DESCRIPTION="Proxy implementation of MSC3575's sync protocol."
HOMEPAGE="https://github.com/matrix-org/sliding-sync"
SRC_URI="
https://github.com/matrix-org/sliding-sync/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz
https://jroy.ca/dist/${P}-deps.tar.xz
"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="dev-db/postgresql"
DEPEND="${RDEPEND}"
src_compile() {
ego build "${S}/cmd/syncv3"
}
src_install() {
dobin syncv3
newinitd "${FILESDIR}"/sliding-sync.initd sliding-sync
newconfd "${FILESDIR}"/sliding-sync.confd sliding-sync
systemd_dounit "${FILESDIR}"/sliding-sync.service
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | sliding-sync-0.99.15-deps.tar.xz | 57914328 bytes | https://jroy.ca/dist/sliding-sync-0.99.15-deps.tar.xz |
| DIST | sliding-sync-0.99.15.gh.tar.gz | 812268 bytes | https://github.com/matrix-org/sliding-sync/archive/v0.99.15.tar.gz |