vp-build/srcpkgs/urh/template
2019-12-24 11:29:18 +01:00

22 lines
831 B
Bash

# Template file for 'urh'
pkgname=urh
version=2.8.1
revision=2
build_style=python3-module
pycompile_module="urh"
hostmakedepends="python3-setuptools python3-Cython"
makedepends="python3-devel python3-PyQt5 libomp-devel libairspy-devel librtlsdr-devel
libhackrf-devel uhd-devel libgomp-devel"
depends="python3-numpy python3-PyQt5 python3-Cython python3-pyzmq python3-psutil"
short_desc="Universal Radio Hacker: investigate unknown wireless protocols"
maintainer="bra1nwave <bra1nwave@protonmail.com>"
license="GPL-3.0-or-later"
homepage="https://github.com/jopohl/urh"
distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=e512aee618f8ccb3916714a0e5e6581ff55f1e34a60f95ab13522dbe14fce58e
post_install() {
vinstall data/urh.desktop 644 usr/share/applications
vinstall data/icons/appicon.svg 644 usr/share/pixmaps urh.svg
}