mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-20 05:41:12 +02:00
mjackit: mostly working, just some annoying debug which can be filtered from stderr
This commit is contained in:
parent
82a41f0fce
commit
b5549ba973
2 changed files with 9 additions and 0 deletions
|
|
@ -33,6 +33,11 @@ src_unpack() {
|
|||
"${S}/src/${EGO_PN}" || die
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
sed -i 's#./keymaps#/usr/share/mjackit/keymaps#' src/"${EGO_PN}"/unifying/logitacker.go || die
|
||||
default
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
GOPATH="${S}:$(get_golibdir_gopath)" \
|
||||
GOCACHE="${T}/go-cache" \
|
||||
|
|
@ -49,6 +54,9 @@ src_install() {
|
|||
dobin bin/${PN}
|
||||
dodoc src/"${EGO_PN}"/README.md
|
||||
|
||||
insinto /usr/share/mjackit
|
||||
doins -r src/"${EGO_PN}"/keymaps
|
||||
|
||||
if use doc; then
|
||||
dodoc -r src/"${EGO_PN}"/{documents,vulnerability_reports}
|
||||
fi
|
||||
|
|
@ -1,3 +1,4 @@
|
|||
net-wireless/mjackit
|
||||
net-wireless/rtl_power_fftw
|
||||
net-wireless/editcp-bin
|
||||
net-wireless/md380tools **
|
||||
|
|
|
|||
Loading…
Reference in a new issue