dev-util/ios-safari-remote-debug: new package, add 0_pre20250506

Signed-off-by: Pavel Sobolev <contact@paveloom.dev>
This commit is contained in:
Pavel Sobolev
2025-06-13 17:23:46 +03:00
parent c44cf99c8f
commit 47dd2317d4
3 changed files with 44 additions and 0 deletions

View File

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

View File

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

View 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>contact@paveloom.dev</email>
<name>Pavel Sobolev</name>
</maintainer>
<upstream>
<bugs-to>https://git.gay/besties/ios-safari-remote-debug/issues</bugs-to>
</upstream>
</pkgmetadata>