# NOTE: it's just a template, there's not yet flatpak runtimes that provide iputils-ping utility app-id: net.tools.pingpath runtime: org.gnome.Platform runtime-version: '46' sdk: org.gnome.Sdk command: pingpath default-branch: main rename-icon: pingpath finish-args: - --share=network - --share=ipc - --socket=fallback-x11 - --socket=wayland - --device=dri modules: - name: pingpath buildsystem: meson build-commands: - meson setup _build - meson compile -C _build - DESTDIR=${FLATPAK_DEST} meson install -C _build sources: - type: dir path: . # - type: git # url: https://github.com/yvs2014/pingpath # branch: main ## commit: "releasetag"