app-id: net.newpipe.NewPipe runtime: org.gnome.Platform runtime-version: '48' sdk: org.gnome.Platform base: io.gitlab.android_translation_layer.BaseApp base-version: stable command: newpipe.sh finish-args: - --share=network - --share=ipc - --socket=wayland - --socket=fallback-x11 - --device=dri - --socket=pulseaudio add-extensions: org.freedesktop.Platform.ffmpeg-full: version: '24.08' directory: lib/ffmpeg add-ld-path: . no-autodownload: false autodelete: false cleanup-commands: - mkdir -p ${FLATPAK_DEST}/lib/ffmpeg modules: - name: newpipe buildsystem: simple build-commands: - install -D NewPipe_v0.28.0.apk /app/share/NewPipe.apk - install -D newpipe.sh /app/bin/newpipe.sh - install -D net.newpipe.NewPipe.desktop /app/share/applications/net.newpipe.NewPipe.desktop - install -D logo.svg /app/share/icons/hicolor/scalable/apps/net.newpipe.NewPipe.svg - install -D net.newpipe.NewPipe.metainfo.xml /app/share/metainfo/net.newpipe.NewPipe.metainfo.xml sources: - type: file url: https://archive.newpipe.net/fdroid/repo/NewPipe_v0.28.0.apk sha256: 06ea3bab0f56c2cac0a7c471d43e6d0107104c319abb589c894c6b0d47d60ef7 - type: file url: https://newpipe.net/img/logo.svg sha256: dcbdc537ef9937225df96f97a571a5deb2e5dde021c687530b7ee165c5c67cb7 - type: file path: newpipe.sh - type: file path: net.newpipe.NewPipe.desktop - type: file path: net.newpipe.NewPipe.metainfo.xml