gui-apps/wofi: added ebuild
Package-Manager: Portage-2.3.84, Repoman-2.3.20
This commit is contained in:
parent
ff7051147f
commit
1698ffaf52
4 changed files with 64 additions and 0 deletions
27
gui-apps/wofi/wofi-1.1.1.ebuild
Normal file
27
gui-apps/wofi/wofi-1.1.1.ebuild
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
# Copyright 2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit meson mercurial
|
||||
|
||||
DESCRIPTION="launcher/menu program for wlroots based wayland compositors"
|
||||
HOMEPAGE="https://hg.sr.ht/~scoopta/wofi"
|
||||
EHG_REPO_URI="https://hg.sr.ht/~scoopta/wofi"
|
||||
|
||||
if [[ ${PV} != "9999" ]]; then
|
||||
EHG_REVISION="v${PV}"
|
||||
fi
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="
|
||||
dev-util/ninja
|
||||
dev-libs/wayland
|
||||
x11-libs/gtk+:3
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND=""
|
||||
Loading…
Add table
Add a link
Reference in a new issue