adding app-admin/pass-git-helper-1.1.0
This commit is contained in:
parent
7a0bfc2209
commit
83a691e14b
2
app-admin/pass-git-helper/Manifest
Normal file
2
app-admin/pass-git-helper/Manifest
Normal file
@ -0,0 +1,2 @@
|
||||
DIST languitar-pass-git-helper-1.1.0.tar.gz 12343 BLAKE2B 1721048e2652df57086fd1b15b73b3f29568e75f6f4681b3f44afd130b29b4e7701e71db4b09f6f06734b78191c165bf1d4852ecdae0cadcbce85d01b78cf0a3 SHA512 d636f27d09619d077f64d62200353143499209c6c405848396d2e39f54f16fdf3e0fb9471d231fd8bd52eb8b30df42e2c448a9677028badf812de986b4cda86b
|
||||
EBUILD pass-git-helper-1.1.0.ebuild 653 BLAKE2B 37d641578c1268193e86218c628d9561c6cce283c880245603111ba408838160cb1db3af20975b443bd9800830b350050f706c72d16053c8d3632d9d846b80ce SHA512 4b7aee7c731f7b85100779ec37357e499cf412bf4dde022a4147afc0ec7c0de39c8c73a3d769dd57c74908c590fcbbb1c570ba09f92aefaa67404a81d699e399
|
28
app-admin/pass-git-helper/pass-git-helper-1.1.0.ebuild
Normal file
28
app-admin/pass-git-helper/pass-git-helper-1.1.0.ebuild
Normal file
@ -0,0 +1,28 @@
|
||||
# Copyright 2018 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_6 python3_7 python3_8 )
|
||||
|
||||
inherit distutils-r1 bash-completion-r1
|
||||
|
||||
DESCRIPTION="A pass extension for managing git credentials."
|
||||
HOMEPAGE="https://github.com/languitar/pass-git-helper"
|
||||
GITHUB_USER="languitar"
|
||||
GITHUB_TAG="${PV}"
|
||||
SRC_URI="https://github.com/${GITHUB_USER}/${PN}/archive/v${GITHUB_TAG}.tar.gz -> ${GITHUB_USER}-${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 x86"
|
||||
IUSE=""
|
||||
RESTRICT=""
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
|
||||
DEPEND=""
|
||||
|
||||
RDEPEND="${PYTHON_DEPS}
|
||||
>=app-admin/pass-1.7"
|
||||
|
||||
BDEPEND="${RDEPEN}"
|
Loading…
Reference in New Issue
Block a user