mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 20:43:38 +02:00
commit
cdb7d0e5e7
6 changed files with 0 additions and 78 deletions
|
|
@ -1 +0,0 @@
|
||||||
DIST hiddify-bin-2.5.7.deb 28515700 BLAKE2B d691e22553235f41b04936083519a0c45a0f3e5e0b90facfec9a261d56f87249d6d84f598cc3999ce6df92c5696e7062e5ce7565bcd11d225f5dc4002b607867 SHA512 3946450827dbdb2cbb3340b7ec1e83fd25cf9dc216f3558752e518e57b3e8b7a83dce4b2546e5302d46c3f47adf987f3175699e846c7c550c051fb595c3b567f
|
|
||||||
|
|
@ -1,32 +0,0 @@
|
||||||
# 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"
|
|
||||||
}
|
|
||||||
|
|
@ -1,11 +0,0 @@
|
||||||
<?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>
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
DIST outline-vpn-api-6.3.0.tar.gz 5050 BLAKE2B 462d02a8d31f32fc7b875cff7a61b720661fbe540b5799ca546a2dfe6ddf9e8ae1ddb0c2490055029e73c8d39f73d7d4da2b1bb464a43d4ed37ffe7af4e78a57 SHA512 2011a7e368db15ca67f47d3ea93ae3e33aeefc158d5dffd539e5f077b41daf1f1d79a3138235c90497932e1a07953bf892d41c51c57fbd6c7cb3e26f08d82fc4
|
|
||||||
|
|
@ -1,12 +0,0 @@
|
||||||
<?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="pypi">outline-vpn-api</remote-id>
|
|
||||||
<remote-id type="github">jadolg/outline-vpn-api</remote-id>
|
|
||||||
</upstream>
|
|
||||||
</pkgmetadata>
|
|
||||||
|
|
@ -1,21 +0,0 @@
|
||||||
# Copyright 2025 Gentoo Authors
|
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
|
||||||
|
|
||||||
EAPI=8
|
|
||||||
|
|
||||||
PYPI_NO_NORMALIZE=1
|
|
||||||
DISTUTILS_USE_PEP517=setuptools
|
|
||||||
PYTHON_COMPAT=( python3_{12..14} )
|
|
||||||
|
|
||||||
inherit distutils-r1 pypi
|
|
||||||
|
|
||||||
DESCRIPTION="A Python API wrapper for Outline VPN"
|
|
||||||
HOMEPAGE="https://github.com/jadolg/outline-vpn-api"
|
|
||||||
|
|
||||||
LICENSE="MIT"
|
|
||||||
SLOT="0"
|
|
||||||
KEYWORDS="amd64 ~arm64 ~x86"
|
|
||||||
|
|
||||||
RDEPEND="dev-python/requests[${PYTHON_USEDEP}]"
|
|
||||||
DEPEND="${RDEPEND}"
|
|
||||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
|
||||||
Loading…
Reference in a new issue