floop-misc/base-meta: Add Package
This commit is contained in:
@@ -0,0 +1,29 @@
|
|||||||
|
# Copyright 1999-2024 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI=9
|
||||||
|
|
||||||
|
|
||||||
|
DESCRIPTION = "Floop Base System meta-package"
|
||||||
|
HOMEPAGE = "www.floop.fr"
|
||||||
|
|
||||||
|
SRC = ""
|
||||||
|
|
||||||
|
LICENSE = "MIT"
|
||||||
|
IUSE = ""
|
||||||
|
|
||||||
|
DEPEND = "
|
||||||
|
sys-fs/bees
|
||||||
|
"
|
||||||
|
|
||||||
|
RDEPEND = "
|
||||||
|
${DEPEND}
|
||||||
|
"
|
||||||
|
|
||||||
|
src_prepare () {
|
||||||
|
cp "${FILESDIR}/$PV" suwa-beesd
|
||||||
|
}
|
||||||
|
|
||||||
|
src_compile () {}
|
||||||
|
|
||||||
|
src_install () {}
|
||||||
Reference in New Issue
Block a user