accountmanager-1.5.ebuild
824 Bytes
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=8
inherit git-r3
DESCRIPTION="Application to manage credentials and store credentials"
HOMEPAGE="https://gitlab.weird-web-workers.org/ghopp/acountmanager"
EGIT_REPO_URI="https://gitlab.weird-web-workers.org/ghopp/acountmanager.git"
EGIT_COMMIT="v${PV}"
LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="x86 amd64"
DEPEND="dev-build/make"
RDEPEND="
sys-apps/gawk
sys-apps/coreutils
app-crypt/gnupg
dev-db/sqlite
x11-misc/xclip
"
# 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() {}