summaryrefslogtreecommitdiff
path: root/packages/sys-boot/plymouth-openrc-plugin/plymouth-openrc-plugin-0.1.2.exheres-0
blob: fa3f47786ace03c8abd95b2ca84521cc723b5137 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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
}