summaryrefslogtreecommitdiff
path: root/gui-apps/wofi/wofi-1.2.4.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'gui-apps/wofi/wofi-1.2.4.ebuild')
-rw-r--r--gui-apps/wofi/wofi-1.2.4.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/gui-apps/wofi/wofi-1.2.4.ebuild b/gui-apps/wofi/wofi-1.2.4.ebuild
new file mode 100644
index 0000000..0ec4c50
--- /dev/null
+++ b/gui-apps/wofi/wofi-1.2.4.ebuild
@@ -0,0 +1,18 @@
+EAPI=8
+
+inherit meson
+
+DESCRIPTION="Launcher for wlroots-based wayland compositors"
+HOMEPAGE="https://hg.sr.ht/~scoopta/wofi"
+SRC_URI="https://hg.sr.ht/~scoopta/wofi/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/${PN}-v${PV}"
+
+LICENSE="GPL-3.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+ dev-libs/wayland
+ gui-libs/gtk
+"
+BDEPEND=""