mjackit: mostly working, just some annoying debug which can be filtered from stderr

This commit is contained in:
Rick Farina (Zero_Chaos) 2019-07-30 22:50:55 -04:00
parent 82a41f0fce
commit b5549ba973
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC
2 changed files with 9 additions and 0 deletions

View file

@ -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

View file

@ -1,3 +1,4 @@
net-wireless/mjackit
net-wireless/rtl_power_fftw
net-wireless/editcp-bin
net-wireless/md380tools **