Diff kubo-0.21.0 with a kubo-0.22.0
/usr/portage/net-p2p/kubo/kubo-0.22.0.ebuild 2023-10-09 14:52:34.740368482 +0300 | ||
---|---|---|
3 | 3 | |
4 | 4 |
EAPI=8 |
5 | 5 | |
6 |
inherit bash-completion-r1 go-module systemd |
|
6 |
inherit go-module shell-completion systemd |
|
7 | 7 | |
8 | 8 |
DESCRIPTION="Main implementation of IPFS" |
9 | 9 |
HOMEPAGE="https://ipfs.io/ https://github.com/ipfs/kubo/" |
... | ... | |
36 | 36 |
ego build "${mygoargs[@]}" -o ipfswatch ./cmd/ipfswatch |
37 | 37 | |
38 | 38 |
IPFS_PATH="" ./ipfs commands completion bash > ipfs-completion.bash || die |
39 |
IPFS_PATH="" ./ipfs commands completion fish > ipfs-completion.fish || die |
|
39 | 40 |
} |
40 | 41 | |
41 | 42 |
src_test() { |
... | ... | |
46 | 47 |
dobin ipfs |
47 | 48 |
dobin ipfswatch |
48 | 49 |
newbashcomp ipfs-completion.bash ipfs |
50 |
newfishcomp ipfs-completion.fish ipfs |
|
49 | 51 |
einstalldocs |
50 | 52 | |
51 | 53 |
systemd_dounit "${FILESDIR}/ipfs.service" |