mirror of
https://github.com/SatDump/SatDump
synced 2026-08-13 17:47:30 -04:00
42 lines
No EOL
981 B
YAML
42 lines
No EOL
981 B
YAML
app: SatDump
|
|
binpatch: false
|
|
|
|
ingredients:
|
|
packages:
|
|
- libfftw3-3
|
|
- libvolk2.5
|
|
- libpng16-16
|
|
- libnng1
|
|
- librtlsdr2
|
|
- libhackrf0
|
|
- libairspy0
|
|
- libairspyhf1
|
|
- libglfw3
|
|
- libzstd1
|
|
- libjemalloc2
|
|
- libtiff5
|
|
- libuhd4.1.0
|
|
- liblimesuite20.10-1
|
|
- libbladerf2
|
|
- libhdf5-103-1
|
|
- libhdf5-hl-100
|
|
- zenity
|
|
# - satdump
|
|
exclude:
|
|
- python3
|
|
# - libpython3.10
|
|
- libpython3.10-minimal
|
|
- libpython3.10-stdlib
|
|
debs:
|
|
- /tmp/satdump.deb
|
|
sources:
|
|
- deb http://archive.ubuntu.com/ubuntu/ jammy main universe
|
|
dist:
|
|
- jammy #bookworm
|
|
script:
|
|
# - DLD=https://github.com/SatDump/SatDump/releases/download/nightly/satdump_ubuntu_22.04_amd64.deb #$(wget -q "https://api.github.com/repos/satdump/satdump/releases/latest" -O - | grep -E "https.*amd64.deb" | cut -d'"' -f4)
|
|
# - wget -c $DLD -O /home/owner/satdump.deb
|
|
- echo "1.2.1" > VERSION
|
|
|
|
#script:
|
|
# - apt install ~/satdump.deb |