net-proxy/traccar-owntracks-proxy - 0.4.0 (xarblu-overlay)

Search

Install

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

Package Information

Description:
Traccar Owntracks Proxy
Homepage:
https://github.com/xarblu/traccar-owntracks-proxy
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
0.4.0 8 ~amd64 0
View Raw Ebuild
# 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"
}

Inherited Eclasses

Dependencies

DEPEND

	dev-cpp/cpp-httplib
	dev-cpp/nlohmann_json

RDEPEND

	dev-cpp/cpp-httplib
	dev-cpp/nlohmann_json

Manifest for 0.4.0

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