1
0
mirror of https://github.com/gryf/gryf-overlay.git synced 2026-04-23 03:21:26 +02:00

wmamixer version bump

This commit is contained in:
2017-05-23 21:45:21 +02:00
parent 45b9b61188
commit 48b6f83a4a
2 changed files with 27 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6
inherit eutils
DESCRIPTION="Real ALSA mixer dockapp for Window Maker"
HOMEPAGE="http://github.com/gryf/wmamixer"
SRC_URI="https://github.com/gryf/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
RDEPEND="x11-libs/libXext
x11-libs/libXpm
x11-libs/libX11"
DEPEND="${RDEPEND}"
src_install() {
dobin ${PN}
dodoc README.rst CHANGES
}