mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 12:03:02 -04:00
gui-apps/clipman: Various optimisations
Signed-off-by: Jonas Frei <freijon@pm.me>
This commit is contained in:
@@ -16,23 +16,20 @@ SRC_URI+=" ${DEPS_URI}"
|
|||||||
LICENSE="BSD GPL-3 MIT"
|
LICENSE="BSD GPL-3 MIT"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
KEYWORDS="~amd64"
|
KEYWORDS="~amd64"
|
||||||
IUSE="+man"
|
|
||||||
|
|
||||||
DEPEND="
|
DEPEND="
|
||||||
>=gui-apps/wl-clipboard-2
|
>=gui-apps/wl-clipboard-2
|
||||||
gui-libs/wlroots
|
gui-libs/wlroots
|
||||||
"
|
"
|
||||||
|
|
||||||
DOCS=(
|
|
||||||
"README.md"
|
|
||||||
)
|
|
||||||
|
|
||||||
src_compile() {
|
src_compile() {
|
||||||
ego build .
|
ego build .
|
||||||
}
|
}
|
||||||
|
|
||||||
src_install() {
|
src_install() {
|
||||||
dobin ${PN}
|
dobin ${PN}
|
||||||
use man && doman docs/${PN}.1
|
|
||||||
|
doman docs/${PN}.1
|
||||||
|
DOCS=("README.md")
|
||||||
einstalldocs
|
einstalldocs
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user