Files
guru/gui-apps/wofi/wofi-1.2.3.ebuild
Matthias Coppens 2d0e9425e6 gui-apps/wofi: Use stable tarballs
Upstream fixed their tarballs, now they're stable

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Matthias Coppens <coppens.matthias.abc@gmail.com>
2020-12-17 15:35:56 +01:00

33 lines
790 B
Bash

# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
# Upstream's tarballs are timestamped (https://todo.sr.ht/~sircmpwn/hg.sr.ht/33).
# This makes them impossible to validate, so every version has a live ebuild.
inherit meson
if [ "${PV}" = 9999 ]
then
inherit mercurial
EHG_REPO_URI="https://hg.sr.ht/~scoopta/${PN}"
else
SRC_URI="https://hg.sr.ht/~scoopta/wofi/archive/v${PV}.tar.gz"
S="${WORKDIR}/${PN}-v${PV}"
KEYWORDS="~amd64"
fi
DESCRIPTION="Wofi is a launcher/menu program for wlroots based wayland compositors like sway"
HOMEPAGE="https://hg.sr.ht/~scoopta/wofi"
LICENSE="GPL-3"
DEPEND="
dev-libs/wayland
x11-libs/gtk+[wayland]"
RDEPEND="${DEPEND}"
BDEPEND="virtual/pkgconfig"
RESTRICT="test mirror"
SLOT="0"