mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 15:45:15 -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"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE="+man"
|
||||
|
||||
DEPEND="
|
||||
>=gui-apps/wl-clipboard-2
|
||||
gui-libs/wlroots
|
||||
"
|
||||
|
||||
DOCS=(
|
||||
"README.md"
|
||||
)
|
||||
|
||||
src_compile() {
|
||||
ego build .
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dobin ${PN}
|
||||
use man && doman docs/${PN}.1
|
||||
|
||||
doman docs/${PN}.1
|
||||
DOCS=("README.md")
|
||||
einstalldocs
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user