diff --git a/licenses/Hiddify b/licenses/Hiddify new file mode 100644 index 000000000..fa22340a9 --- /dev/null +++ b/licenses/Hiddify @@ -0,0 +1,8 @@ +Additional Conditions to GPL v3: +1. Source Code Availability: If you use any part of this code, you must publish your source code on GitHub as a fork of the Hiddify repository and keep it up-to-date with any published app releases. Your repository should be shown as a fork of https://github.com/hiddify/hiddify-app . +2. Automated Release: All releases must be made using GitHub Actions. +3. Attribution: You must give appropriate credit to Hiddify and https://github.com/hiddify/hiddify-app, link to the original license, and document any changes you have made in Readme. +4. No Malware: Adding any malware to the app is strictly prohibited. +5. Naming and Interface Restrictions: You are not allowed to publish the app on any app store (e.g., AppStore, Google Play, F-Droid, Microsoft) with a name or user interface that closely resembles Hiddify (e.g., names like Hiddify, Hidy*, Hiddy*, *Ify or similar UI are prohibited). +6. NonCommercial Use Only: You may not use this material for commercial purposes, including selling and advertising, without prior written consent. +7. ShareAlike Requirement: If you remix, transform, or build upon the material, you must distribute your contributions under this same license as an open-source fork of https://github.com/hiddify/hiddify-app . diff --git a/net-vpn/hiddify-bin/Manifest b/net-vpn/hiddify-bin/Manifest new file mode 100644 index 000000000..60c35569b --- /dev/null +++ b/net-vpn/hiddify-bin/Manifest @@ -0,0 +1 @@ +DIST hiddify-bin-2.5.7.deb 28515700 BLAKE2B d691e22553235f41b04936083519a0c45a0f3e5e0b90facfec9a261d56f87249d6d84f598cc3999ce6df92c5696e7062e5ce7565bcd11d225f5dc4002b607867 SHA512 3946450827dbdb2cbb3340b7ec1e83fd25cf9dc216f3558752e518e57b3e8b7a83dce4b2546e5302d46c3f47adf987f3175699e846c7c550c051fb595c3b567f diff --git a/net-vpn/hiddify-bin/hiddify-bin-2.5.7.ebuild b/net-vpn/hiddify-bin/hiddify-bin-2.5.7.ebuild new file mode 100644 index 000000000..91fa21b97 --- /dev/null +++ b/net-vpn/hiddify-bin/hiddify-bin-2.5.7.ebuild @@ -0,0 +1,32 @@ +# Copyright 2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +MY_PN="hiddify" +inherit unpacker desktop + +DESCRIPTION="Multi-platform auto-proxy client" +HOMEPAGE="https://hiddify.com/" +SRC_URI="https://github.com/hiddify/hiddify-app/releases/download/v${PV}/Hiddify-Debian-x64.deb -> ${P}.deb" +S="${WORKDIR}" + +LICENSE="GPL-3 Hiddify" +SLOT="0" +KEYWORDS="amd64" + +RDEPEND="dev-libs/libayatana-appindicator" + +RESTRICT="bindist mirror" +QA_PREBUILT="*" + +src_install() { + insinto /usr/share/${MY_PN} + doins -r usr/share/${MY_PN}/* + fperms +x /usr/share/hiddify/{hiddify,HiddifyCli} + + dosym -r /usr/share/${MY_PN}/hiddify /usr/bin/hiddify + + doicon usr/share/icons/hicolor/128x128/apps/hiddify.png + make_desktop_entry hiddify "Hiddify" /usr/share/pixmaps/hiddify.png "Network;System" +} diff --git a/net-vpn/hiddify-bin/metadata.xml b/net-vpn/hiddify-bin/metadata.xml new file mode 100644 index 000000000..45ff2dc0e --- /dev/null +++ b/net-vpn/hiddify-bin/metadata.xml @@ -0,0 +1,11 @@ + + + + + unknown@pentoo.ch + Author Unknown + + + hiddify/hiddify-app + +