net-proxy/smartproxy - 0.9.5 (gentoo-zh)

Search

Package Information

Description:
A fast, proxy smart selector
Homepage:
https://github.com/microcai/smartproxy
License:
GPL-3+

Ebuild Details

Version EAPI Keywords Slot
0.9.5 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit cmake

# workaround for compatibility with cmake 4, bugs #951350
CMAKE_QA_COMPAT_SKIP=yes

DESCRIPTION="A fast, proxy smart selector"
HOMEPAGE="https://github.com/microcai/smartproxy"
SRC_URI="
	https://github.com/microcai/smartproxy/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
"

LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64 ~x86"

DEPEND="dev-libs/openssl"
RDEPEND="${DEPEND}"

src_configure(){
	local mycmakeargs=(
		-DUSE_SYSTEM_OPENSSL=ON
		-DUSE_SYSTEM_BOOST=OFF
		-DCMAKE_POLICY_VERSION_MINIMUM=3.5 # bugs #951350
	)
	cmake_src_configure
}

Dependencies

DEPEND

dev-libs/openssl

RDEPEND

dev-libs/openssl

Manifest for 0.9.5

Type File Size Source URLs
DIST smartproxy-0.9.5.tar.gz 122726720 bytes https://github.com/microcai/smartproxy/archive/refs/tags/v0.9.5.tar.gz