diff options
Diffstat (limited to 'gnome-extra/junction/junction-9999.ebuild')
-rw-r--r-- | gnome-extra/junction/junction-9999.ebuild | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/gnome-extra/junction/junction-9999.ebuild b/gnome-extra/junction/junction-9999.ebuild index 6d3272d07..861fdd457 100644 --- a/gnome-extra/junction/junction-9999.ebuild +++ b/gnome-extra/junction/junction-9999.ebuild @@ -3,18 +3,16 @@ EAPI=8 -inherit meson +inherit git-r3 meson DESCRIPTION="Application/browser chooser" HOMEPAGE="https://apps.gnome.org/app/re.sonny.Junction/" -if [[ ${PV} == *9999 ]]; then - EGIT_REPO_URI="https://github.com/sonnyp/Junction.git" - inherit git-r3 -else - SRC_URI="https://github.com/sonnyp/Junction/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" +EGIT_REPO_URI="https://github.com/sonnyp/Junction.git" + +if [[ ${PV} != *9999 ]]; then + EGIT_TAG="v${PV}" KEYWORDS="~amd64" - S="${WORKDIR}/${P/j/J}" fi LICENSE="GPL-3+" |