agvxov-overlay/dev-util/plug/plug-9999.ebuild
2024-11-27 20:07:21 +01:00

20 lines
398 B
Bash

# Copyright 2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
EGIT_REPO_URI="https://bis64wqhh3louusbd45iyj76kmn4rzw5ysawyan5bkxwyzihj67c5lid.onion/anon/plug.git"
inherit git-r3-tor
DESCRIPTION="PLUG - PlacehoLder Un- and Generator"
LICENSE="BSD-2"
SLOT="0"
KEYWORDS="amd64 x86"
RDEPEND=">=dev-lang/python-3.10.15_p2"
src_install() {
dobin plug
}