blob: a8418227b8ead1f8ae9f3a82ffe4f9a605518bb5 (
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 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit ecm git-r3
DESCRIPTION="Plasma 5 panel with a plank/mac style zoom effect"
HOMEPAGE="https://github.com/psifidotos/nowdock-panel"
EGIT_REPO_URI="https://github.com/psifidotos/nowdock-panel.git"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="
kde-plasma/plasma-workspace
"
DEPEND="${RDEPEND}
"
DOCS="README.md"
BUILD_DIR=${WORKDIR}/${P}/build
|