hiddify-bin-2.5.7.ebuild

This commit is contained in:
Anton Bolshakov 2025-07-15 12:09:17 +08:00
parent b91adffb38
commit b08974aea8
No known key found for this signature in database
GPG key ID: 32BDCED870788F04
4 changed files with 52 additions and 0 deletions

8
licenses/Hiddify Normal file
View file

@ -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 .

View file

@ -0,0 +1 @@
DIST hiddify-bin-2.5.7.deb 28515700 BLAKE2B d691e22553235f41b04936083519a0c45a0f3e5e0b90facfec9a261d56f87249d6d84f598cc3999ce6df92c5696e7062e5ce7565bcd11d225f5dc4002b607867 SHA512 3946450827dbdb2cbb3340b7ec1e83fd25cf9dc216f3558752e518e57b3e8b7a83dce4b2546e5302d46c3f47adf987f3175699e846c7c550c051fb595c3b567f

View file

@ -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"
}

View file

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>unknown@pentoo.ch</email>
<name>Author Unknown</name>
</maintainer>
<upstream>
<remote-id type="github">hiddify/hiddify-app</remote-id>
</upstream>
</pkgmetadata>