You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
777 B
31 lines
777 B
# Copyright 1999-2017 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Id$
|
|
|
|
EAPI=6
|
|
|
|
inherit eutils git-r3
|
|
|
|
DESCRIPTION="Application to manage credentials and store credentials"
|
|
HOMEPAGE="https://gitlab.weird-web-workers.org/ghopp/exelaunch"
|
|
EGIT_REPO_URI="https://gitlab.weird-web-workers.org/ghopp/exelaunch.git"
|
|
EGIT_COMMIT="v${PV}"
|
|
|
|
LICENSE="GPL-3+"
|
|
|
|
SLOT="0"
|
|
|
|
KEYWORDS="~x86 ~amn64"
|
|
|
|
DEPEND=">=sys-devel/make-4.2.1"
|
|
RDEPEND="
|
|
>=sys-apps/coreutils-8.26
|
|
"
|
|
|
|
# Source directory; the dir where the sources can be found (automatically
|
|
# unpacked) inside ${WORKDIR}. The default value for S is ${WORKDIR}/${P}
|
|
# If you don't need to change it, leave the S= line out of the ebuild
|
|
# to keep it tidy.
|
|
#S=${WORKDIR}/${P}
|
|
|
|
#src_configure() {}
|