dynisland bashcomp
This commit is contained in:
parent
3d30e8127f
commit
8ef105ebec
@ -6,7 +6,7 @@ EAPI=8
|
|||||||
CRATES=""
|
CRATES=""
|
||||||
|
|
||||||
|
|
||||||
inherit cargo git-r3
|
inherit cargo git-r3 bash-completion-r1
|
||||||
|
|
||||||
DESCRIPTION="A dynamic and extensible GTK4 layer-shell, written in Rust"
|
DESCRIPTION="A dynamic and extensible GTK4 layer-shell, written in Rust"
|
||||||
HOMEPAGE="https://github.com/cr3eperall/${PN}"
|
HOMEPAGE="https://github.com/cr3eperall/${PN}"
|
||||||
@ -37,7 +37,7 @@ src_unpack() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
src_configure() {
|
src_configure() {
|
||||||
cargo_src_configure --bin ${PN}
|
cargo_src_configure --bin ${PN} --features "completions"
|
||||||
}
|
}
|
||||||
|
|
||||||
src_compile() {
|
src_compile() {
|
||||||
@ -46,4 +46,5 @@ src_compile() {
|
|||||||
|
|
||||||
src_install() {
|
src_install() {
|
||||||
cargo_src_install
|
cargo_src_install
|
||||||
|
newbashcomp ./target/${PN}.bash ${PN}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user