Сравнение keybase-6.0.2 с keybase-9999
| /usr/portage/app-crypt/keybase/keybase-9999.ebuild 2024-07-02 13:51:43.385851443 +0300 | ||
|---|---|---|
| 1 |
# Copyright 1999-2022 Gentoo Authors |
|
| 1 |
# Copyright 1999-2024 Gentoo Authors |
|
| 2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 | 3 | |
| 4 | 4 |
EAPI=8 |
| ... | ... | |
| 12 | 12 |
EGIT_REPO_URI="https://github.com/keybase/client.git" |
| 13 | 13 |
inherit git-r3 |
| 14 | 14 |
else |
| 15 |
SRC_URI="https://github.com/keybase/client/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
|
| 15 |
SRC_URI="https://github.com/keybase/client/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
|
|
| 16 | 16 |
SRC_URI+=" https://dev.gentoo.org/~nicolasbock/${P}-deps.tar.xz"
|
| 17 | 17 |
KEYWORDS="~amd64 ~arm64 ~x86" |
| 18 | 18 |
fi |
| ... | ... | |
| 66 | 66 | |
| 67 | 67 |
pkg_postinst() {
|
| 68 | 68 |
elog "Start/Restart keybase: run_keybase" |
| 69 |
if ! use fuse; then |
|
| 70 |
elog " Note that without USE=fuse the kbfs package will not" |
|
| 71 |
elog " be installed automatically. Either install it manually" |
|
| 72 |
elog " or export KEYBASE_NO_KBFS=1 in your shell to avoid" |
|
| 73 |
elog " failures when executing run_keybase." |
|
| 74 |
fi |
|
| 69 | 75 |
elog "Run the service: keybase service" |
| 70 | 76 |
elog "Run the client: keybase login" |
| 71 | 77 |
ewarn "Note that the user keybasehelper is obsolete and can be removed" |