app-misc/watchexec: use $CARGO_CRATE_URIS for crate URIs

Signed-off-by: YOSHIOKA Takuma <lo48576@hard-wi.red>
This commit is contained in:
YOSHIOKA Takuma
2023-08-31 05:39:16 +09:00
parent 76b96c0862
commit a460c050e6
3 changed files with 3 additions and 3 deletions

View File

@@ -315,7 +315,7 @@ inherit cargo
DESCRIPTION="Executes commands in response to file modifications"
HOMEPAGE="https://github.com/watchexec/watchexec"
SRC_URI="https://github.com/watchexec/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
SRC_URI+=" $(cargo_crate_uris)"
SRC_URI+=" ${CARGO_CRATE_URIS}"
LICENSE="Apache-2.0 || ( Artistic-2 CC0-1.0 ) BSD ISC MIT Unicode-DFS-2016 WTFPL-2"
SLOT="0"

View File

@@ -429,7 +429,7 @@ inherit cargo shell-completion
DESCRIPTION="Executes commands in response to file modifications"
HOMEPAGE="https://github.com/watchexec/watchexec"
SRC_URI="https://github.com/watchexec/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
SRC_URI+=" $(cargo_crate_uris)"
SRC_URI+=" ${CARGO_CRATE_URIS}"
# `dunce`: CC0-1.0
# `human_format`: MIT

View File

@@ -423,7 +423,7 @@ inherit cargo shell-completion
DESCRIPTION="Executes commands in response to file modifications"
HOMEPAGE="https://watchexec.github.io/"
SRC_URI="https://github.com/watchexec/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
SRC_URI+=" $(cargo_crate_uris)"
SRC_URI+=" ${CARGO_CRATE_URIS}"
LICENSE="Apache-2.0 || ( Artistic-2 CC0-1.0 ) BSD ISC MIT MPL-2.0 Unicode-DFS-2016 WTFPL-2 ZLIB"
SLOT="0"