Add gui-apps/wofi
This commit is contained in:
parent
ccd84f84e4
commit
dbbfa672e2
2
gui-apps/wofi/Manifest
Normal file
2
gui-apps/wofi/Manifest
Normal file
@ -0,0 +1,2 @@
|
||||
DIST wofi-1.1.2.tar.gz 64808 BLAKE2B 5f1959fe5585a9207e0566d0c74acdd634e441edb222619a4d40ec0c5fdad1321ecfdc923816411cb9f96e60906fc873705008a94d7d3f17126a4e439fef673d SHA512 994a1ffc49c8bdcba7c16fbe17352df4cbd25c32de4084827c575bfa7f3a5396ac8f97d8a736c50dfa89249d91cb0da2844734d8af2b76bd8e8ecf4a18eba5a2
|
||||
EBUILD wofi-1.1.2.ebuild 518 BLAKE2B 5ce901ad734168848e6e69abe5169aa9c77eda9ed9cf9049bf26391732631502001ef926b20fd35e1cd48e2837c8b227dd1992233e62f4f6e361367a5c118ae5 SHA512 62b044b5bedbc3a8dabad6d5791ab4ffb3480ce7bf18644a185bff1de41a7f2f0b8e88cc439b420259803cf9ec7ac6544bb040ea9652bcfd6c0e72d33434d965
|
22
gui-apps/wofi/wofi-1.1.2.ebuild
Normal file
22
gui-apps/wofi/wofi-1.1.2.ebuild
Normal file
@ -0,0 +1,22 @@
|
||||
# Copyright 2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
inherit meson
|
||||
|
||||
DESCRIPTION="Launcher/menu program for wlroots based wayland compositors such as sway"
|
||||
HOMEPAGE="https://cloudninja.pw/docs/wofi.html"
|
||||
SRC_URI="https://hg.sr.ht/~scoopta/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="
|
||||
dev-libs/wayland
|
||||
x11-libs/gtk+[wayland]
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND="virtual/pkgconfig"
|
||||
S="${WORKDIR}/${PN}-v${PV}"
|
Loading…
Reference in New Issue
Block a user