main/qca-swiss-army-knife: new aport (MR 3266)

qca-swiss-army-knife contains a number of utilities to help and debug
Qualcomm Atheros wireless driver development.
This commit is contained in:
Harry Austen 2022-07-03 18:41:48 +01:00 committed by Dylan Van Assche
parent c442dfbd5f
commit affa4d24d2
No known key found for this signature in database
GPG key ID: 8642571587897EA1

View file

@ -0,0 +1,20 @@
pkgname=qca-swiss-army-knife
pkgver=0_git20220701
pkgrel=0
_commit="1b102ba5126bbbdae0efa6f568ac2467392b49f4"
pkgdesc="Utilities to help and debug Qualcomm Atheros wireless driver development"
url="https://github.com/qca/qca-swiss-army-knife"
arch="all"
license="ISC"
source="$pkgname-$_commit.tar.gz::$url/archive/$_commit.tar.gz"
builddir="$srcdir/$pkgname-$_commit"
depends="python3"
options="!check" # No tests
package() {
find "$builddir"/tools/scripts -type f -exec install -Dm755 {} -t "$pkgdir"/usr/bin \;
}
sha512sums="
e41d678f208cf09f02e78ebf4e1295837a43c2fd031d9f3b2be962772a7cdf2e2296f9751855847707ae5348b3da46f37f9c0aa858f7b7912cfd56e534f28f2f qca-swiss-army-knife-1b102ba5126bbbdae0efa6f568ac2467392b49f4.tar.gz
"