commit: 47dd2317d473cbaf0f306b80eeca93d6e4c160e1 Author: Pavel Sobolev <contact <AT> paveloom <DOT> dev> AuthorDate: Fri Jun 13 14:23:46 2025 +0000 Commit: Pavel Sobolev <contact <AT> paveloom <DOT> dev> CommitDate: Fri Jun 13 14:53:00 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=47dd2317
dev-util/ios-safari-remote-debug: new package, add 0_pre20250506 Signed-off-by: Pavel Sobolev <contact <AT> paveloom.dev> dev-util/ios-safari-remote-debug/Manifest | 2 ++ .../ios-safari-remote-debug-0_pre20250506.ebuild | 31 ++++++++++++++++++++++ dev-util/ios-safari-remote-debug/metadata.xml | 11 ++++++++ 3 files changed, 44 insertions(+) diff --git a/dev-util/ios-safari-remote-debug/Manifest b/dev-util/ios-safari-remote-debug/Manifest new file mode 100644 index 0000000000..56b08ef858 --- /dev/null +++ b/dev-util/ios-safari-remote-debug/Manifest @@ -0,0 +1,2 @@ +DIST ios-safari-remote-debug-0_pre20250506-deps.tar.xz 781552 BLAKE2B 0534fd2bdeba4402f402ee6e7e3dd2aa6139234767378f7c528168342af85d61819b565a0695e985306a923282a08e1e969574947c25aa32fdb4fee2508fdbbd SHA512 fdf9ffb08b0e799bc94c59c9c204bd5c2d2320bac5eb01349edae8a24c525d9d8675463d9b75e8f541f202e0c217f21ada60376f83cacc83153fc3a791a4e14e +DIST ios-safari-remote-debug-0_pre20250506.tar.gz 889354 BLAKE2B b469f7ed166aeb233223dd610c10caa8dd2c67f9cedb14ed120f6daf42cca6935512018dda5a605dc3288bc21757c929ec489484d4c6e1aa062b518763ec868f SHA512 4f82859a5f647b72a4a8a2eb1f27c30eb796bceba79406e6fd8731866479e5f6d0807685ec1f008ead9439a7ed0104085cb2aee5c61e226b29c1222ce1f9caae diff --git a/dev-util/ios-safari-remote-debug/ios-safari-remote-debug-0_pre20250506.ebuild b/dev-util/ios-safari-remote-debug/ios-safari-remote-debug-0_pre20250506.ebuild new file mode 100644 index 0000000000..3e9a062481 --- /dev/null +++ b/dev-util/ios-safari-remote-debug/ios-safari-remote-debug-0_pre20250506.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit go-module + +EGIT_COMMIT="d73d1215b38abb82f64513f472fd75ee2b8224f5" + +DESCRIPTION="A remote debugger for iOS Safari" +HOMEPAGE="https://git.gay/besties/ios-safari-remote-debug" +SRC_URI=" + https://git.gay/besties/ios-safari-remote-debug/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz + https://gitlab.com/api/v4/projects/69517529/packages/generic/${PN}/${PV}/${P}-deps.tar.xz +" + +S="${WORKDIR}/${PN}" + +LICENSE="AGPL-3+ BSD BSD-2 MIT" +SLOT="0" +KEYWORDS="~amd64" + +src_compile() { + ego build +} + +src_install() { + dobin ios-safari-remote-debug + + default +} diff --git a/dev-util/ios-safari-remote-debug/metadata.xml b/dev-util/ios-safari-remote-debug/metadata.xml new file mode 100644 index 0000000000..0907fb9f52 --- /dev/null +++ b/dev-util/ios-safari-remote-debug/metadata.xml @@ -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>[email protected]</email> + <name>Pavel Sobolev</name> + </maintainer> + <upstream> + <bugs-to>https://git.gay/besties/ios-safari-remote-debug/issues</bugs-to> + </upstream> +</pkgmetadata>
