go-ipfs: git is built by default
This commit is contained in:
parent
fc1da6a2bd
commit
66c00286b5
1 changed files with 2 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'go-ipfs'
|
# Template file for 'go-ipfs'
|
||||||
pkgname=go-ipfs
|
pkgname=go-ipfs
|
||||||
version=0.4.16
|
version=0.4.16
|
||||||
revision=1
|
revision=2
|
||||||
create_wrksrc=yes
|
create_wrksrc=yes
|
||||||
build_wrksrc="${pkgname}-${version}"
|
build_wrksrc="${pkgname}-${version}"
|
||||||
build_style=go
|
build_style=go
|
||||||
|
@ -13,6 +13,7 @@ short_desc="Global versioned P2P merkle DAG file system"
|
||||||
maintainer="Christopher Brannon <chris@the-brannons.com>"
|
maintainer="Christopher Brannon <chris@the-brannons.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://ipfs.io"
|
homepage="https://ipfs.io"
|
||||||
|
changelog="https://github.com/ipfs/go-ipfs/blob/master/CHANGELOG.md"
|
||||||
distfiles="https://${go_import_path}/archive/v${version}.tar.gz"
|
distfiles="https://${go_import_path}/archive/v${version}.tar.gz"
|
||||||
checksum=588f84b707150622abb7e31602af3a85a2dd617b8bb2df42ca2623153bf245b4
|
checksum=588f84b707150622abb7e31602af3a85a2dd617b8bb2df42ca2623153bf245b4
|
||||||
|
|
||||||
|
@ -22,8 +23,6 @@ pre_build() {
|
||||||
rm plugin/loader/load_linux.go
|
rm plugin/loader/load_linux.go
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "ipldgit github.com/ipfs/go-ipfs/plugin/plugins/git 0" >> plugin/loader/preload_list
|
|
||||||
|
|
||||||
gx install
|
gx install
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue