#!/SBUILD _disabled: false pkg: "pixelpulse2" pkg_id: "pkgforge-dev.pixelpulse2" pkg_type: "appimage" ghcr_pkg: "pkgforge-dev/pixelpulse2" category: - "Electronics" - "Science" description: "Oscilloscope and logic analyzer application" homepage: - "https://github.com/analogdevicesinc/pixelpulse2" maintainer: - "Samueru-sama (github.com/Samueru-sama)" license: - "MPL-2.0" build_asset: - url: "https://raw.githubusercontent.com/analogdevicesinc/Pixelpulse2/refs/heads/master/LICENSE" out: "LICENSE" note: - "Fetched from Pre Built Community Created AppImage. Check/Report @ https://github.com/pkgforge-dev/Pixelpulse2-AppImage" - "[PORTABLE] (Works on AnyLinux)" provides: - "pixelpulse2" repology: - "pixelpulse2" src_url: - "https://github.com/pkgforge-dev/Pixelpulse2-AppImage" tag: - "electronics" - "engineering" - "science" x_exec: host: - "x86_64-linux" shell: "sh" pkgver: | curl -qfsSL "https://api.github.com/repos/pkgforge-dev/Pixelpulse2-AppImage/releases/latest?per_page=20" | jq -r '.tag_name' run: | soar dl "https://github.com/pkgforge-dev/Pixelpulse2-AppImage@${REMOTE_PKGVER}" --glob "*${ARCH}*.appimage" -o "./${PKG}" --yes