mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 15:45:15 -04:00
net-p2p/ipfs-cluster: new package, add 1.0.1
Signed-off-by: Tony Olagbaiye <bqv@fron.io>
This commit is contained in:
2
net-p2p/ipfs-cluster/Manifest
Normal file
2
net-p2p/ipfs-cluster/Manifest
Normal file
@@ -0,0 +1,2 @@
|
||||
DIST ipfs-cluster-1.0.1-vendor.tar.xz 5799076 BLAKE2B 27b31d562d20b3693b959dba0e675c76dcd2643fd7d9321cb6284ce565e530dcf097fa0e6e45e9724cd583e1ca9e44573abae73ab68a6c83a66617c17636e159 SHA512 a1b70f5a8b5adfc34ba9cc04f38aae6083458170c15d34d2b677b0a83294f37968d568263db5c9bc73bcebc837da64a1ad46aace09799334182a1f6f51898b43
|
||||
DIST ipfs-cluster-1.0.1.tar.gz 463547 BLAKE2B 34d38dbff73626151c2da668e6f4fea983c98742b992132e19c3acd5281d218e3bd70f52d72489d8c89b0554dbf1e807c261b5259ce1f05b7825791701bf87fe SHA512 40a55f8c6f84a6f6c2772eb590dc993c4f18b5d2a001e55abb50b961f376182b3f9e4fa4a48a426b9fc87e9183ae5d6b244e47e5435fadc29a5cbbb8d237ad88
|
||||
60
net-p2p/ipfs-cluster/ipfs-cluster-1.0.1.ebuild
Normal file
60
net-p2p/ipfs-cluster/ipfs-cluster-1.0.1.ebuild
Normal file
@@ -0,0 +1,60 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit bash-completion-r1 go-module systemd
|
||||
|
||||
DESCRIPTION="Pinset orchestration for IPFS"
|
||||
HOMEPAGE="https://ipfscluster.io/"
|
||||
SRC_URI="https://github.com/ipfs/ipfs-cluster/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
SRC_URI+=" https://ipfs.infura.io/ipfs/QmUGftdXbN815P1GvurGRBa5fYFiGfTDAdBXToadzYAqw3/${P}-vendor.tar.xz"
|
||||
|
||||
LICENSE="Apache-2.0 MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
RDEPEND="
|
||||
net-p2p/go-ipfs
|
||||
"
|
||||
|
||||
DOCS=( CHANGELOG.md CONTRIBUTING.md README.md )
|
||||
|
||||
src_compile() {
|
||||
default
|
||||
|
||||
pushd cmd/ipfs-cluster-ctl
|
||||
ego build
|
||||
mv ipfs-cluster-ctl $OLDPWD
|
||||
popd
|
||||
|
||||
pushd cmd/ipfs-cluster-follow
|
||||
ego build
|
||||
mv ipfs-cluster-follow $OLDPWD
|
||||
popd
|
||||
|
||||
pushd cmd/ipfs-cluster-service
|
||||
ego build
|
||||
mv ipfs-cluster-service $OLDPWD
|
||||
popd
|
||||
}
|
||||
|
||||
src_test() {
|
||||
go test ./cmd/ipfs-cluster-ctl/... ./cmd/ipfs-cluster-follow/... ./cmd/ipfs-cluster-service/... || die
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dobin ipfs-cluster-ctl
|
||||
dobin ipfs-cluster-follow
|
||||
dobin ipfs-cluster-service
|
||||
einstalldocs
|
||||
|
||||
#systemd_dounit "${FILESDIR}/ipfs-cluster-service.service"
|
||||
#systemd_newunit "${FILESDIR}/ipfs-cluster-service.service" "ipfs-cluster-service@.service"
|
||||
|
||||
#newinitd "${FILESDIR}/ipfs-cluster-service.init" ipfs
|
||||
#newconfd "${FILESDIR}/ipfs-cluster-service.confd" ipfs
|
||||
|
||||
keepdir /var/log/ipfs-cluster
|
||||
fowners -R ipfs:ipfs /var/log/ipfs-cluster
|
||||
}
|
||||
12
net-p2p/ipfs-cluster/metadata.xml
Normal file
12
net-p2p/ipfs-cluster/metadata.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person" proxied="yes">
|
||||
<email>davidroman96@gmail.com</email>
|
||||
<name>David Roman</name>
|
||||
</maintainer>
|
||||
<maintainer type="person" proxied="yes">
|
||||
<email>hurikhan77+bgo@gmail.com</email>
|
||||
<name>Kai Krakow</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user