Skip to content

Instantly share code, notes, and snippets.

@freijon
Created September 10, 2020 09:28
Show Gist options
  • Save freijon/fbd7ff186cf25838b289301226b93cd8 to your computer and use it in GitHub Desktop.
Save freijon/fbd7ff186cf25838b289301226b93cd8 to your computer and use it in GitHub Desktop.
# Copyright 2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit meson
DESCRIPTION="A lightweight overlay volume/backlight/progress/anything bar for Wayland."
HOMEPAGE="https://github.com/francma/wob"
SRC_URI="https://github.com/francma/${PN}/releases/download/${PV}/${P}.tar.gz"
LICENSE="ISC"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND=""
RDEPEND="${DEPEND}"
BDEPEND=""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment