| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.12.6 | 7 | amd64 x86 | 0 |
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit cmake autotools
DESCRIPTION="A Window Maker dock app client for Music Player Daemon(media-sound/mpd)"
HOMEPAGE="https://github.com/yogsothoth/wmmp"
SRC_URI="https://github.com/yogsothoth/wmmp/archive/refs/tags/${PV}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
RDEPEND="x11-libs/libXext
x11-libs/libXpm"
DEPEND="${RDEPEND}"
src_install() {
doman doc/WMmp.1
dobin ${S}_build/bin/WMmp
}
x11-libs/libXext x11-libs/libXpm
x11-libs/libXext x11-libs/libXpm
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | 0.12.6.tar.gz | 33440 bytes | https://github.com/yogsothoth/wmmp/archive/refs/tags/0.12.6.tar.gz |