mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
go-ipfs: rename to kubo, update to 0.29.0
This commit is contained in:
parent
1d515ee3d9
commit
5ea4636260
3 changed files with 15 additions and 9 deletions
1
srcpkgs/go-ipfs
Symbolic link
1
srcpkgs/go-ipfs
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
kubo
|
|
@ -1,25 +1,24 @@
|
||||||
# Template file for 'go-ipfs'
|
# Template file for 'kubo'
|
||||||
pkgname=go-ipfs
|
pkgname=kubo
|
||||||
version=0.22.0
|
version=0.29.0
|
||||||
revision=2
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="github.com/ipfs/kubo"
|
go_import_path="github.com/ipfs/kubo"
|
||||||
go_package="${go_import_path}/cmd/ipfs ${go_import_path}/cmd/ipfswatch"
|
go_package="${go_import_path}/cmd/ipfs ${go_import_path}/cmd/ipfswatch"
|
||||||
hostmakedepends="git go1.20"
|
hostmakedepends="git"
|
||||||
depends="fs-repo-migrations>=1.7.1"
|
depends="fs-repo-migrations>=1.7.1"
|
||||||
short_desc="Global versioned P2P merkle DAG file system"
|
short_desc="Global versioned P2P merkle DAG file system"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="MIT, Apache-2.0"
|
license="MIT, Apache-2.0"
|
||||||
homepage="https://ipfs.io"
|
homepage="https://ipfs.io"
|
||||||
changelog="https://github.com/ipfs/go-ipfs/blob/master/CHANGELOG.md"
|
changelog="https://github.com/ipfs/kubo/blob/master/CHANGELOG.md"
|
||||||
distfiles="https://github.com/ipfs/go-ipfs/archive/v${version}.tar.gz"
|
distfiles="https://github.com/ipfs/kubo/archive/v${version}.tar.gz"
|
||||||
checksum=886193dda20345a3d3ed6702629caa98212f1f0622f80c65bea1b737957fbb16
|
checksum=7679ed1b2c6a713b2297ab025d83a50c17fbcebf7e3af3b92be06cb9678a40f5
|
||||||
|
|
||||||
system_accounts="_ipfs"
|
system_accounts="_ipfs"
|
||||||
make_dirs="/var/lib/ipfs 0700 _ipfs _ipfs"
|
make_dirs="/var/lib/ipfs 0700 _ipfs _ipfs"
|
||||||
_ipfs_homedir="/var/lib/ipfs"
|
_ipfs_homedir="/var/lib/ipfs"
|
||||||
|
|
||||||
export GOTOOLCHAIN=go1.20
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
export CGO_ENABLED=0
|
export CGO_ENABLED=0
|
||||||
fi
|
fi
|
||||||
|
@ -30,3 +29,9 @@ post_install() {
|
||||||
vdoc CHANGELOG.md
|
vdoc CHANGELOG.md
|
||||||
vsv ipfs
|
vsv ipfs
|
||||||
}
|
}
|
||||||
|
|
||||||
|
go-ipfs_package() {
|
||||||
|
build_style=meta
|
||||||
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
|
short_desc+=" - transitional dummy package"
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue