Install this version:
emerge -a =net-proxy/traccar-owntracks-proxy-0.4.0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =net-proxy/traccar-owntracks-proxy-0.4.0
Or alternatively:
emerge --autounmask-write -a =net-proxy/traccar-owntracks-proxy-0.4.0
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.4.0 | 8 | ~amd64 | 0 |
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# shellcheck shell=bash
# shellcheck disable=SC2034
EAPI=8
inherit cmake systemd
DESCRIPTION="Traccar Owntracks Proxy"
HOMEPAGE="https://github.com/xarblu/traccar-owntracks-proxy"
SRC_URI="
https://github.com/xarblu/traccar-owntracks-proxy/archive/refs/tags/v${PV}.tar.gz
-> ${P}.gh.tar.gz
"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
DEPEND="
dev-cpp/cpp-httplib
dev-cpp/nlohmann_json
"
RDEPEND="${DEPEND}"
src_install() {
dobin "${BUILD_DIR}/src/${PN}"
systemd_dounit "meta/${PN}.service"
}
dev-cpp/cpp-httplib dev-cpp/nlohmann_json
dev-cpp/cpp-httplib dev-cpp/nlohmann_json
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | traccar-owntracks-proxy-0.4.0.gh.tar.gz | 16243 bytes | https://github.com/xarblu/traccar-owntracks-proxy/archive/refs/tags/v0.4.0.tar.gz |