fix missing SRC_URI in sys-apps/sd
This commit is contained in:
parent
47af8d2fbd
commit
3fb891767e
1 changed files with 81 additions and 70 deletions
|
@ -81,7 +81,11 @@ inherit cargo
|
||||||
|
|
||||||
DESCRIPTION="An intuitive find & replace CLI"
|
DESCRIPTION="An intuitive find & replace CLI"
|
||||||
HOMEPAGE="https://crates.io/crates/sd"
|
HOMEPAGE="https://crates.io/crates/sd"
|
||||||
SRC_URI="$(cargo_crate_uris ${CRATES})"
|
SRC_URI="
|
||||||
|
https://github.com/chmln/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
|
||||||
|
$(cargo_crate_uris ${CRATES})
|
||||||
|
"
|
||||||
|
|
||||||
RESTRICT="mirror"
|
RESTRICT="mirror"
|
||||||
LICENSE="MIT"
|
LICENSE="MIT"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
|
@ -90,3 +94,10 @@ IUSE=""
|
||||||
|
|
||||||
DEPEND=""
|
DEPEND=""
|
||||||
RDEPEND=""
|
RDEPEND=""
|
||||||
|
|
||||||
|
src_install() {
|
||||||
|
cargo_src_install
|
||||||
|
|
||||||
|
dodoc CHANGELOG.md README.md
|
||||||
|
doman "$(find target/release/build -name sd.1 -print -quit)"
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue