URI:
       add flood - overlay - 📔 drkhsh gentoo overlay
  HTML git clone https://git.drkhsh.at/overlay.git
   DIR Log
   DIR Files
   DIR Refs
   DIR README
       ---
   DIR commit a27ccdc08a3a839a1d74b6bfcac7f43cc7df99c2
   DIR parent 0ea50d323422fb8fc2d44f2ac330c90b194f7b6a
  HTML Author: drkhsh <me@drkhsh.at>
       Date:   Sun, 12 Jan 2025 16:57:24 +0100
       
       add flood
       
       Diffstat:
         A net-p2p/flood-bin/flood-bin-4.8.5.… |      28 ++++++++++++++++++++++++++++
       
       1 file changed, 28 insertions(+), 0 deletions(-)
       ---
   DIR diff --git a/net-p2p/flood-bin/flood-bin-4.8.5.ebuild b/net-p2p/flood-bin/flood-bin-4.8.5.ebuild
       @@ -0,0 +1,28 @@
       +# Copyright 2021 Gentoo Authors
       +# Distributed under the terms of the GNU General Public License v2
       +
       +EAPI=8
       +
       +MY_PN="${PN/-bin}"
       +
       +DESCRIPTION="A modern web UI for various torrent clients with a Node.js backend and React frontend."
       +HOMEPAGE="https://github.com/jesec/flood"
       +
       +SRC_URI="https://github.com/jesec/flood/releases/download/v${PV}/flood-linux-x64"
       +
       +RESTRICT="mirror strip bindist"
       +
       +LICENSE="MIT"
       +SLOT="0"
       +KEYWORDS="-* ~amd64"
       +
       +DEPEND=""
       +RDEPEND="${DEPEND}"
       +BDEPEND=""
       +
       +S="${WORKDIR}"
       +
       +src_install(){
       +        mv flood-linux-x64 flood
       +        dobin flood
       +}