mirror of
https://github.com/gentoo-mirror/gentoo-zh.git
synced 2025-04-04 01:18:31 -04:00
net-proxy/nekoray: new package, add 4.2.12
Signed-off-by: G-Src <gsrc@fsfans.club> net-proxy/nekobox-core: new package, add 4.2.12 Signed-off-by: G-Src <gsrc@fsfans.club> dev-libs/cpr: new package, add 1.11.2 Signed-off-by: G-Src <gsrc@fsfans.club>
This commit is contained in:
parent
f51c5751ef
commit
29e905792e
1
dev-libs/cpr/Manifest
Normal file
1
dev-libs/cpr/Manifest
Normal file
@ -0,0 +1 @@
|
||||
DIST cpr-1.11.2.tar.gz 143182 BLAKE2B fa881dd47128d632b9c939007ede8ad52e4c1d3eec72d3831fe51376a58be945fe1e774bf202bcb5818c6494bdc3a538b08ef2062fd9500fd128f1361cb0379d SHA512 30caf9257e5e45f809f541a32daf8c6c7001fbaafef0ee0ae8dd59f49736953120cb7c8849ddbff2f7fbc54d80902ec2b905f90f68f63d1f2a2dc63eda577713
|
31
dev-libs/cpr/cpr-1.11.2.ebuild
Normal file
31
dev-libs/cpr/cpr-1.11.2.ebuild
Normal file
@ -0,0 +1,31 @@
|
||||
# Copyright 2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit cmake
|
||||
|
||||
DESCRIPTION="C++ Requests: Curl for People, a spiritual port of Python Requests."
|
||||
HOMEPAGE="https://github.com/libcpr/cpr"
|
||||
SRC_URI="https://github.com/libcpr/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
IUSE="+ssl mbedtls"
|
||||
|
||||
DEPEND="net-misc/curl
|
||||
dev-cpp/gtest
|
||||
mbedtls? ( net-libs/mbedtls )"
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
-DCPR_USE_SYSTEM_CURL=ON
|
||||
-DCPR_USE_SYSTEM_GTEST=ON
|
||||
-DBUILD_SHARED_LIBS=ON
|
||||
-DCPR_ENABLE_SSL=$(usex ssl)
|
||||
-DCPR_FORCE_MBEDTLS_BACKEND=$(usex mbedtls)
|
||||
)
|
||||
cmake_src_configure
|
||||
}
|
15
dev-libs/cpr/metadata.xml
Normal file
15
dev-libs/cpr/metadata.xml
Normal file
@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM 'https://www.gentoo.org/dtd/metadata.dtd'>
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>gsrc@fsfans.club</email>
|
||||
<name>G-Src</name>
|
||||
</maintainer>
|
||||
<use>
|
||||
<flag name="mbedtls">USE mbedtls as TLS backend.</flag>
|
||||
</use>
|
||||
<upstream>
|
||||
<remote-id type="github">libcpr/cpr</remote-id>
|
||||
<bugs-to>https://github.com/libcpr/cpr/issues</bugs-to>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
2
net-proxy/nekobox-core/Manifest
Normal file
2
net-proxy/nekobox-core/Manifest
Normal file
@ -0,0 +1,2 @@
|
||||
DIST nekobox-core-4.2.12-deps.tar.xz 81924268 BLAKE2B 7b9aca9c59588d3d27c201110a4dc27f243468ef7f8ab350ab1e12b6cd09ca1ef8dc1d456f1415b0393948f27705a5ca30aff5d2d43b66bafc79a24ca8918e12 SHA512 813562409329bf83173c530f060f95a844da18da562022d6da1d3c5cee3154bb6f317d2b8e0383d4327c576ee4f263bc2a977c849e4510c6134687e426b6f01b
|
||||
DIST nekobox-core-4.2.12.tar.gz 580047 BLAKE2B 83d1607dbc47c84b23457db5695553a1b9721c45eaad04b82bc66c4f74f0bfe479d6a7d178bf11b18661556331f667d68806c090ecd1b83b73f0d7a175b3d2d4 SHA512 ced86c324cff4a235ee4a386c6892e1814b231f9a70dbb10b51abbe646e3c3476614fc4407d8316ed37675383aca5d7fe327759142f52bf56d2c181aec816d1c
|
12
net-proxy/nekobox-core/metadata.xml
Normal file
12
net-proxy/nekobox-core/metadata.xml
Normal file
@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM 'https://www.gentoo.org/dtd/metadata.dtd'>
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>gsrc@fsfans.club</email>
|
||||
<name>G-Src</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">Mahdi-zarei/nekoray</remote-id>
|
||||
<remote-id type="codeberg">G-two/vendor</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
28
net-proxy/nekobox-core/nekobox-core-4.2.12.ebuild
Normal file
28
net-proxy/nekobox-core/nekobox-core-4.2.12.ebuild
Normal file
@ -0,0 +1,28 @@
|
||||
# Copyright 2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit go-module
|
||||
|
||||
DESCRIPTION="Qt based Desktop cross-platform GUI proxy configuration manager"
|
||||
HOMEPAGE="https://github.com/Mahdi-zarei/nekoray"
|
||||
SRC_URI="https://github.com/Mahdi-zarei/nekoray/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz
|
||||
https://codeberg.org/G-two/vendor/raw/branch/main/${P}-deps.tar.xz"
|
||||
|
||||
S="${WORKDIR}/nekoray-${PV}/core/server"
|
||||
|
||||
LICENSE="GPL-3+"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
src_compile() {
|
||||
ego build \
|
||||
-tags "with_clash_api,with_gvisor,with_quic,with_wireguard,with_utls,with_ech,with_dhcp" \
|
||||
-ldflags "-X 'github.com/sagernet/sing-box/constant.Version=${PV}'"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
exeinto /usr/lib/nekoray/
|
||||
doexe nekobox_core
|
||||
}
|
1
net-proxy/nekoray/Manifest
Normal file
1
net-proxy/nekoray/Manifest
Normal file
@ -0,0 +1 @@
|
||||
DIST nekoray-4.2.12.tar.gz 580047 BLAKE2B 83d1607dbc47c84b23457db5695553a1b9721c45eaad04b82bc66c4f74f0bfe479d6a7d178bf11b18661556331f667d68806c090ecd1b83b73f0d7a175b3d2d4 SHA512 ced86c324cff4a235ee4a386c6892e1814b231f9a70dbb10b51abbe646e3c3476614fc4407d8316ed37675383aca5d7fe327759142f52bf56d2c181aec816d1c
|
11
net-proxy/nekoray/files/nekoray.desktop
Normal file
11
net-proxy/nekoray/files/nekoray.desktop
Normal file
@ -0,0 +1,11 @@
|
||||
[Desktop Entry]
|
||||
Version=1.0
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Name=NekoRay
|
||||
Categories=Network;
|
||||
Comment=Qt based cross-platform GUI proxy configuration manager (backend: sing-box)
|
||||
Comment[zh_CN]=基于 Qt 的跨平台代理配置管理器 (后端 sing-box)
|
||||
Keywords=Internet;VPN;Proxy;sing-box;
|
||||
Exec=nekoray
|
||||
Icon=nekobox
|
3
net-proxy/nekoray/files/nekoray.sh
Normal file
3
net-proxy/nekoray/files/nekoray.sh
Normal file
@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
exec /usr/lib/nekoray/nekoray -appdata "$@"
|
11
net-proxy/nekoray/metadata.xml
Normal file
11
net-proxy/nekoray/metadata.xml
Normal file
@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM 'https://www.gentoo.org/dtd/metadata.dtd'>
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>gsrc@fsfans.club</email>
|
||||
<name>G-Src</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">Mahdi-zarei/nekoray</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
35
net-proxy/nekoray/nekoray-4.2.12.ebuild
Normal file
35
net-proxy/nekoray/nekoray-4.2.12.ebuild
Normal file
@ -0,0 +1,35 @@
|
||||
# Copyright 2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit cmake xdg desktop
|
||||
|
||||
DESCRIPTION="Qt based Desktop cross-platform GUI proxy configuration manager"
|
||||
HOMEPAGE="https://github.com/Mahdi-zarei/nekoray"
|
||||
SRC_URI="https://github.com/Mahdi-zarei/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-3+"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
DEPEND="dev-cpp/abseil-cpp
|
||||
dev-libs/protobuf:=
|
||||
dev-libs/cpr
|
||||
dev-qt/qtbase:6[widgets,network]
|
||||
dev-cpp/yaml-cpp
|
||||
media-libs/zxing-cpp
|
||||
net-proxy/nekobox-core"
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND="dev-qt/qttools:6[linguist]
|
||||
dev-util/patchelf"
|
||||
|
||||
src_install() {
|
||||
exeinto "/usr/lib/${PN}/"
|
||||
doexe "${BUILD_DIR}"/nekoray
|
||||
patchelf --replace-needed libqhotkey.so.0 /usr/lib/"${PN}"/libqhotkey.so.0.1 "${ED}"/usr/lib/"${PN}"/nekoray || die
|
||||
newbin "${FILESDIR}"/"${PN}".sh "${PN}"
|
||||
doexe "${BUILD_DIR}"/libqhotkey.so.0.1
|
||||
doicon res/public/nekobox.png
|
||||
domenu "${FILESDIR}"/nekoray.desktop
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user