initial commit
This commit is contained in:
commit
a0bc86338f
4 changed files with 31 additions and 0 deletions
1
app-admin/rdo/Manifest
Normal file
1
app-admin/rdo/Manifest
Normal file
|
@ -0,0 +1 @@
|
||||||
|
EBUILD rdo-9999.ebuild 442 BLAKE2B 62f3a82c2d96e613f32a4513c92123ea221d3846e519c8af69dd7c884d4486d8a576dbed157f4f4a1b8b94b86479f45d3d21b220eb84ecdfcc1b21c7d505b78e SHA512 589430bafda7b883ed5e8d159b154cc9931f6779510d6eb2f10bb6d5b1da73ea9e3f1f234aa3a47bc77d4eb5cb7d0b99b7b268b0786138a29cb6924ad43bda5a
|
28
app-admin/rdo/rdo-9999.ebuild
Normal file
28
app-admin/rdo/rdo-9999.ebuild
Normal file
|
@ -0,0 +1,28 @@
|
||||||
|
# Copyright 1999-2025 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI=8
|
||||||
|
|
||||||
|
EGIT_REPO_URI="https://mrrp.sx7n8.tech/soccera/rdo.git"
|
||||||
|
|
||||||
|
inherit git-r3
|
||||||
|
|
||||||
|
DESCRIPTION="A slim alternative to sudo and doas"
|
||||||
|
HOMEPAGE="https://codeberg.org/sw1tchbl4d3/rdo"
|
||||||
|
SRC_URI=""
|
||||||
|
|
||||||
|
LICENSE="MIT"
|
||||||
|
SLOT="0"
|
||||||
|
KEYWORDS="~amd64"
|
||||||
|
IUSE=""
|
||||||
|
|
||||||
|
DEPEND=""
|
||||||
|
RDEPEND=""
|
||||||
|
|
||||||
|
src_compile() {
|
||||||
|
emake
|
||||||
|
}
|
||||||
|
|
||||||
|
src_install() {
|
||||||
|
emake install DESTDIR="${D}"
|
||||||
|
}
|
1
metadata/layout.conf
Normal file
1
metadata/layout.conf
Normal file
|
@ -0,0 +1 @@
|
||||||
|
masters = gentoo
|
1
profiles/socverlay
Normal file
1
profiles/socverlay
Normal file
|
@ -0,0 +1 @@
|
||||||
|
socverlay
|
Loading…
Add table
Reference in a new issue