summaryrefslogtreecommitdiff
path: root/sys-apps/openrc-userscripts/openrc-userscripts-1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'sys-apps/openrc-userscripts/openrc-userscripts-1.ebuild')
-rw-r--r--sys-apps/openrc-userscripts/openrc-userscripts-1.ebuild13
1 files changed, 13 insertions, 0 deletions
diff --git a/sys-apps/openrc-userscripts/openrc-userscripts-1.ebuild b/sys-apps/openrc-userscripts/openrc-userscripts-1.ebuild
new file mode 100644
index 0000000..1849409
--- /dev/null
+++ b/sys-apps/openrc-userscripts/openrc-userscripts-1.ebuild
@@ -0,0 +1,13 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+EAPI=8
+DESCRIPTION="Example user services for openrc --user"
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64"
+S="${WORKDIR}"
+
+src_install() {
+ exeinto /etc/user.d/init.d
+ doexe ${FILESDIR}/*
+}