summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-10-20 14:03:00 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-10-20 14:03:00 +0100
commit39534d0fa350198e8ea10feb6b1143f76334401f (patch)
treebe7468748bfbdffc6b666d24e80e64f5aa852aa7
parentd3cc61e6ae844998a6d249f02c6909470e09b393 (diff)
sys-boot/plymouth-openrc-plugin : initial exheres
-rw-r--r--packages/sys-boot/plymouth-openrc-plugin/plymouth-openrc-plugin-0.1.2.exheres-025
1 files changed, 25 insertions, 0 deletions
diff --git a/packages/sys-boot/plymouth-openrc-plugin/plymouth-openrc-plugin-0.1.2.exheres-0 b/packages/sys-boot/plymouth-openrc-plugin/plymouth-openrc-plugin-0.1.2.exheres-0
new file mode 100644
index 0000000..fa3f477
--- /dev/null
+++ b/packages/sys-boot/plymouth-openrc-plugin/plymouth-openrc-plugin-0.1.2.exheres-0
@@ -0,0 +1,25 @@
+# Copyright 2018 Redcore Linux Project
+# Distributed under the terms of the GNU General Public License v2
+
+DOWNLOADS="https://github.com/aidecoe/${PN}/archive/v${PV}.tar.gz -> ${PNV}.tar.gz"
+
+SUMMARY="Plymouth plugin for OpenRC"
+DESCRIPTION="Plymouth plugin for OpenRC"
+HOMEPAGE="https://github.com/aidecoe/plymouth-openrc-plugin"
+
+LICENCES="GPL-2"
+SLOT="0"
+PLATFORMS="~amd64"
+MYOPTIONS=""
+
+DEPENDENCIES="
+ build:
+ >=sys-apps/openrc-0.8.2
+ run:
+ >=sys-boot/plymouth-0.8.3
+"
+
+src_install() {
+ insinto /usr/"$(exhost --target)"/libexec/rc/plugins
+ doins plymouth.so
+}