mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-20 00:08:58 -04:00
dev-util/stripe-cli: add USE bash-completion
Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly@ya.ru>
This commit is contained in:
parent
ed2626d52f
commit
5cc53d402c
@ -11,6 +11,7 @@ DESCRIPTION="A command-line tool for Stripe"
|
|||||||
HOMEPAGE="https://stripe.com/docs/stripe-cli"
|
HOMEPAGE="https://stripe.com/docs/stripe-cli"
|
||||||
EGIT_REPO_URI="https://${EGO_PN}.git"
|
EGIT_REPO_URI="https://${EGO_PN}.git"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
|
IUSE="bash-completion"
|
||||||
LICENSE="Apache-2.0"
|
LICENSE="Apache-2.0"
|
||||||
BDEPEND=">=dev-lang/go-1.18"
|
BDEPEND=">=dev-lang/go-1.18"
|
||||||
DEPEND="${BDEPEND}"
|
DEPEND="${BDEPEND}"
|
||||||
@ -26,5 +27,8 @@ src_compile() {
|
|||||||
|
|
||||||
src_install() {
|
src_install() {
|
||||||
dobin ${MY_PN}
|
dobin ${MY_PN}
|
||||||
dobashcomp *.bash
|
|
||||||
|
if use bash-completion ; then
|
||||||
|
dobashcomp *.bash
|
||||||
|
fi
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user