scopy

LOW
maintainer FabioLolix 0 votes scanned 2026-08-31 21:46:19.858046
View on AUR
Why flagged

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

Triggered rules

Low Few votes, recently uploaded zero_votes_recent

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

PKGBUILD

1# Maintainer: Fabio 'Lolix' Loli <fabio.loli@disroot.org> -> https://github.com/FabioLolix
2# Contributor: Grey Christoforo <first name at last name dot net>
3
4pkgname=scopy
5pkgver=2.2.1
6pkgrel=1
7pkgdesc="A software oscilloscope and signal analysis toolset"
8arch=(x86_64)
9url="https://github.com/analogdevicesinc/scopy"
10license=(GPL-3.0-or-later)
11depends=(
12 fmt
13 genalyzer
14 glib2
15 glibc
16 gnuradio
17 gnuradio-companion
18 gnuradio-m2k-git
19 gnuradio-scopy-git
20 hicolor-icon-theme
21 karchive5
22 libad9361
23 libgcc
24 libiio
25 libm2k-git
26 libmatio
27 libserialport
28 libsigrokdecode
29 libstdc++
30 libvolk
31 python
32 qt5-3d
33 qt5-base
34 qt5-declarative
35 qt5-svg
36 qwt-multiaxes-git
37 spdlog
38 )
39makedepends=(
40 boost
41 cmake
42 extra-cmake-modules
43 git
44 ninja
45 python
46 qt5-tools
47 )
48source=("git+https://github.com/analogdevicesinc/scopy.git#tag=v${pkgver}")
49sha256sums=('e71668ff64d2fc9dfdb68746a9386c9760b98d3d0c1057758d4e662c40cb0358')
50
51build() {
52 # Disable warning Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8.
53 export LANG=C.UTF-8
54 export LC_ALL=C.UTF-8
55
56 # Disable all warnings
57 export CFLAGS+=" -w"
58 export CXXFLAGS+=" -w"
59
60 local _flags=(
61 -DQWT_INCLUDE_DIRS:PATH=/opt/qwt-multiaxes/usr/include/qwt
62 -DQWT_LIBRARIES:FILEPATH=/opt/qwt-multiaxes/usr/lib/libqwt.so
63 )
64
65 cmake -B build -S "scopy" -Wno-author \
66 -G Ninja \
67 -DCMAKE_BUILD_TYPE=None \
68 -DCMAKE_INSTALL_PREFIX=/usr \
69 "${_flags[@]}"
70
71 cmake --build build
72}
73
74package() {
75 DESTDIR="${pkgdir}" cmake --install build
76}
77

Scan history

Scanned at (UTC)SeverityRules
2026-08-31 21:46:19 Low 1

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion