mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-08 13:03:17 +02:00
23 lines
905 B
Bash
23 lines
905 B
Bash
# Template file for 'urh'
|
|
pkgname=urh
|
|
version=2.9.8
|
|
revision=2
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools python3-Cython python3-numpy"
|
|
makedepends="python3-devel python3-PyQt5 libairspy-devel librtlsdr-devel
|
|
libhackrf-devel uhd-devel libgomp-devel"
|
|
depends="python3-numpy python3-PyQt5 python3-Cython python3-psutil
|
|
python3-setuptools"
|
|
checkdepends="$depends"
|
|
short_desc="Universal Radio Hacker: investigate unknown wireless protocols"
|
|
maintainer="Emil Miler <em@0x45.cz>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://github.com/jopohl/urh"
|
|
changelog="https://github.com/jopohl/urh/releases"
|
|
distfiles="https://github.com/jopohl/urh/archive/refs/tags/v${version}.tar.gz"
|
|
checksum=6d564cbcf1dd5fd0bd86a349826b4ae4a6bc95ff0ec77b0e1027f2f2260fb9fd
|
|
|
|
post_install() {
|
|
vinstall data/urh.desktop 644 usr/share/applications
|
|
vinstall data/icons/appicon.svg 644 usr/share/pixmaps urh.svg
|
|
}
|