URI: 
       sys-fs/adbfs: Add 9999 ebuild - parlay - yet another gentoo overlay
  HTML git clone https://git.parazyd.org/parlay
   DIR Log
   DIR Files
   DIR Refs
   DIR README
       ---
   DIR commit f6d67425404a2b909c39c55efcea9ac83a093477
   DIR parent 8d1b7b29fcef3d87e1de8b72f525bd6ad27df46c
  HTML Author: parazyd <parazyd@dyne.org>
       Date:   Wed,  5 Feb 2025 19:37:44 +0100
       
       sys-fs/adbfs: Add 9999 ebuild
       
       Diffstat:
         A sys-fs/adbfs/adbfs-9999.ebuild      |      30 ++++++++++++++++++++++++++++++
         A sys-fs/adbfs/metadata.xml           |       9 +++++++++
       
       2 files changed, 39 insertions(+), 0 deletions(-)
       ---
   DIR diff --git a/sys-fs/adbfs/adbfs-9999.ebuild b/sys-fs/adbfs/adbfs-9999.ebuild
       @@ -0,0 +1,30 @@
       +# Copyright 1999-2023 Gentoo Authors
       +# Distributed under the terms of the GNU General Public License v2
       +
       +EAPI=8
       +
       +inherit git-r3
       +
       +DESCRIPTION="Mount Android phones on Linux with adb. No root required."
       +HOMEPAGE="https://github.com/spion/adbfs-rootless"
       +EGIT_REPO_URI="https://github.com/spion/adbfs-rootless"
       +
       +LICENSE="BSD-3"
       +SLOT="0"
       +KEYWORDS=""
       +IUSE=""
       +
       +DEPEND="
       +        dev-util/android-tools
       +        sys-fs/fuse:0
       +"
       +RDEPEND="${DEPEND}"
       +
       +src_compile() {
       +        emake CC=$(tc-getCC)
       +}
       +
       +src_install() {
       +        emake DESTDIR="${D}" install
       +        dodoc README.md
       +}
   DIR diff --git a/sys-fs/adbfs/metadata.xml b/sys-fs/adbfs/metadata.xml
       @@ -0,0 +1,9 @@
       +<?xml version="1.0" encoding="UTF-8"?>
       +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
       +<pkgmetadata>
       +<maintainer type="person">
       +<email>parazyd@dyne.org</email>
       +</maintainer>
       +<longdescription lang="en">
       +</longdescription>
       +</pkgmetadata>