mirror of
https://github.com/MorizzG/gentoo-mg.git
synced 2026-02-04 05:24:46 +00:00
fixed indentation
This commit is contained in:
parent
a761f4dd8e
commit
13a691e8aa
2 changed files with 11 additions and 11 deletions
|
|
@ -93,14 +93,14 @@ KEYWORDS="~amd64"
|
||||||
BDEPEND="virtual/pandoc"
|
BDEPEND="virtual/pandoc"
|
||||||
|
|
||||||
src_compile() {
|
src_compile() {
|
||||||
cargo_src_compile
|
cargo_src_compile
|
||||||
|
|
||||||
pandoc -s -t man doc/hexyl.1.md -o doc/hexyl.1 || die
|
pandoc -s -t man doc/hexyl.1.md -o doc/hexyl.1 || die
|
||||||
}
|
}
|
||||||
|
|
||||||
src_install() {
|
src_install() {
|
||||||
cargo_src_install
|
cargo_src_install
|
||||||
einstalldocs
|
einstalldocs
|
||||||
|
|
||||||
doman doc/hexyl.1
|
doman doc/hexyl.1
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -459,15 +459,15 @@ SLOT="0"
|
||||||
KEYWORDS="~amd64"
|
KEYWORDS="~amd64"
|
||||||
|
|
||||||
src_compile() {
|
src_compile() {
|
||||||
cargo_src_compile -p watchexec-cli
|
cargo_src_compile -p watchexec-cli
|
||||||
}
|
}
|
||||||
|
|
||||||
src_install() {
|
src_install() {
|
||||||
cargo_src_install --path crates/cli
|
cargo_src_install --path crates/cli
|
||||||
|
|
||||||
doman doc/${PN}.1
|
doman doc/${PN}.1
|
||||||
|
|
||||||
newbashcomp completions/bash ${PN}
|
newbashcomp completions/bash ${PN}
|
||||||
newzshcomp completions/zsh _${PN}
|
newzshcomp completions/zsh _${PN}
|
||||||
newfishcomp completions/fish ${PN}.fish
|
newfishcomp completions/fish ${PN}.fish
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue