Files
guru/gnome-extra/junction/junction-9999.ebuild
Randall T. Vasquez ff71f9b113 gnome-extra/junction: drop 1.5.0, add 1.6
Signed-off-by: Randall T. Vasquez <ran.dall@icloud.com>
2022-11-26 12:46:49 -08:00

25 lines
451 B
Bash

# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit git-r3 meson
DESCRIPTION="Application/browser chooser"
HOMEPAGE="https://apps.gnome.org/app/re.sonny.Junction/"
EGIT_REPO_URI="https://github.com/sonnyp/Junction.git"
if [[ ${PV} != *9999 ]]; then
EGIT_TAG="v${PV}"
KEYWORDS="~amd64"
fi
LICENSE="GPL-3+"
SLOT="0"
src_configure() {
meson_src_configure \
--datadir=/usr/share
}