mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
net-p2p/kubo: fixup VariableOrderWrong
Signed-off-by: John Helmert III <ajak@gentoo.org>
This commit is contained in:
@@ -8,6 +8,7 @@ inherit go-module shell-completion systemd
|
|||||||
DESCRIPTION="Main implementation of IPFS"
|
DESCRIPTION="Main implementation of IPFS"
|
||||||
HOMEPAGE="https://ipfs.io/ https://github.com/ipfs/kubo/"
|
HOMEPAGE="https://ipfs.io/ https://github.com/ipfs/kubo/"
|
||||||
SRC_URI="https://github.com/ipfs/${PN}/releases/download/v${PV}/kubo-source.tar.gz -> ${P}.tar.gz"
|
SRC_URI="https://github.com/ipfs/${PN}/releases/download/v${PV}/kubo-source.tar.gz -> ${P}.tar.gz"
|
||||||
|
S="${WORKDIR}"
|
||||||
|
|
||||||
LICENSE="Apache-2.0 BSD BSD-2 CC0-1.0 ISC MIT MPL-2.0"
|
LICENSE="Apache-2.0 BSD BSD-2 CC0-1.0 ISC MIT MPL-2.0"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
@@ -22,8 +23,6 @@ RDEPEND="${DEPEND}"
|
|||||||
|
|
||||||
DOCS=( CHANGELOG.md CONTRIBUTING.md README.md docs/ )
|
DOCS=( CHANGELOG.md CONTRIBUTING.md README.md docs/ )
|
||||||
|
|
||||||
S="${WORKDIR}"
|
|
||||||
|
|
||||||
src_compile() {
|
src_compile() {
|
||||||
local mygoargs
|
local mygoargs
|
||||||
mygoargs=(
|
mygoargs=(
|
||||||
|
|||||||
@@ -8,6 +8,7 @@ inherit go-module shell-completion systemd
|
|||||||
DESCRIPTION="Main implementation of IPFS"
|
DESCRIPTION="Main implementation of IPFS"
|
||||||
HOMEPAGE="https://ipfs.io/ https://github.com/ipfs/kubo/"
|
HOMEPAGE="https://ipfs.io/ https://github.com/ipfs/kubo/"
|
||||||
SRC_URI="https://github.com/ipfs/${PN}/releases/download/v${PV}/kubo-source.tar.gz -> ${P}.tar.gz"
|
SRC_URI="https://github.com/ipfs/${PN}/releases/download/v${PV}/kubo-source.tar.gz -> ${P}.tar.gz"
|
||||||
|
S="${WORKDIR}"
|
||||||
|
|
||||||
LICENSE="Apache-2.0 BSD BSD-2 CC0-1.0 ISC MIT MPL-2.0"
|
LICENSE="Apache-2.0 BSD BSD-2 CC0-1.0 ISC MIT MPL-2.0"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
@@ -22,8 +23,6 @@ RDEPEND="${DEPEND}"
|
|||||||
|
|
||||||
DOCS=( CHANGELOG.md CONTRIBUTING.md README.md docs/ )
|
DOCS=( CHANGELOG.md CONTRIBUTING.md README.md docs/ )
|
||||||
|
|
||||||
S="${WORKDIR}"
|
|
||||||
|
|
||||||
src_compile() {
|
src_compile() {
|
||||||
local mygoargs
|
local mygoargs
|
||||||
mygoargs=(
|
mygoargs=(
|
||||||
|
|||||||
Reference in New Issue
Block a user