x11-misc/snapd-xdg-open - 20170401 (gentoo-zh)

Search

Package Information

Description:
Software for opening links from snaps in desktop
Homepage:
https://github.com/snapcore/snapd-xdg-open
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
20170401 8 ~amd64 ~arm64 ~loong 0
View Raw Ebuild
# Copyright 2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit autotools

DESCRIPTION="Software for opening links from snaps in desktop"
HOMEPAGE="https://github.com/snapcore/snapd-xdg-open"
EGIT_COMMIT="6fed3570066ea93598e8091bf749352a02d482ad"
SRC_URI="https://github.com/snapcore/snapd-xdg-open/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"

S="${WORKDIR}/${PN}-${EGIT_COMMIT}"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~loong"

src_prepare() {
	default
	eautoreconf
}

src_configure() {
	econf --prefix=/usr \
		--libexecdir=/usr/lib/"${PN}"
}

src_install() {
	default
	exeinto /usr/lib/"${PN}"
	doexe src/xdg-open
}

Manifest for 20170401

Type File Size Source URLs
DIST snapd-xdg-open-20170401.tar.gz 16655 bytes https://github.com/snapcore/snapd-xdg-open/archive/6fed3570066ea93598e8091bf749352a02d482ad.tar.gz