Skip to content

Commit

Permalink
PR#1910 manual import
Browse files Browse the repository at this point in the history
  • Loading branch information
glibg10b authored and ZeroChaos- committed Jun 14, 2024
1 parent 66af668 commit e039f71
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 11 deletions.
2 changes: 1 addition & 1 deletion net-wireless/hcxdumptool/Manifest
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
DIST hcxdumptool-6.2.0.tar.gz 107435 BLAKE2B c1a86c800cb1d59d0041518b5fbd42b6f5c44e1a648780e6db3faf07326cab2302f81090c894a8483e6ae01e6c371c71f3810efb3c5110b135ccae3dac16adb4 SHA512 e657942197325f5a1c96f1244f6b5fa2e06c025ac82f69108f6fd13c31dc375e54c4f464e6c729652d105d83ff79fee747c862d9c1271da559b22c6112dfcefb
DIST hcxdumptool-6.2.7.tar.gz 114505 BLAKE2B 2b14a0b221de63db218226ceea31ebc34b4ebcb072b287e99801ca0bfe0aeddeba661888dd4b6202f01645a1664a6c51a9b4d7f5fac2295605b28d850ca940f5 SHA512 52aa6031f66499089afc8b72984086eab6d52e20d3cd20bdea1cb6d5cdb44996a3d091279eb38965fc4e16bdcf2d3b0b648ec130081f3603559059229bc6a039
DIST hcxdumptool-6.3.4.tar.gz 126203 BLAKE2B 366316ede554c0363b2dde2bb78af4e4a51ed2aa914b278cc393f519a1d65be61d5639ad1bcfaa711c8d04b624fed22c7d20cbb92e55fc4af7917d3eb1ea1c34 SHA512 95de18371c7cf38dadde6cdd462c9cbf4549d6f8752534e070dd8c6bad9ee57ab319cb07dc142b53feda75dc6f71115240a0b5a7ce1c237a4fc209025a0de9bd
Original file line number Diff line number Diff line change
@@ -1,27 +1,20 @@
# Copyright 1999-2021 Gentoo Authors
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7
EAPI=8

DESCRIPTION="Small tool to capture packets from wlan devices"
HOMEPAGE="https://github.com/ZerBea/hcxdumptool"
SRC_URI="https://github.com/ZerBea/hcxdumptool/archive/${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 ~arm64 x86"
KEYWORDS="amd64 ~arm64 ~x86"
IUSE="gpio"

DEPEND="dev-libs/openssl:="
RDEPEND="${DEPEND}"

src_prepare() {
sed -e "s/^install: build/install:/" \
-i Makefile || die

default
}

src_compile() {
emake $(usex gpio \
"GPIOSUPPORT=on" \
Expand Down

0 comments on commit e039f71

Please sign in to comment.