Skip to content

Commit

Permalink
Add x checker data and let flatpak handle the archive
Browse files Browse the repository at this point in the history
  • Loading branch information
razzeee committed Aug 30, 2022
1 parent 0d96903 commit 111e19a
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions net.filebot.FileBot.yml
Expand Up @@ -66,8 +66,6 @@ modules:
- name: filebot
buildsystem: simple
build-commands:
- tar xf FileBot_4.9.6-aur.tar.xz
- cp -r usr/share/filebot/* ${FLATPAK_DEST}
- install -Dm755 filebot.sh ${FLATPAK_DEST}/bin/filebot.sh
- install -Dm644 net.filebot.FileBot.appdata.xml /app/share/appdata/net.filebot.FileBot.appdata.xml
- install -Dm644 net.filebot.FileBot.svg /app/share/icons/hicolor/scalable/apps/net.filebot.FileBot.svg
Expand All @@ -81,6 +79,11 @@ modules:
path: net.filebot.FileBot.desktop
- type: file
path: net.filebot.FileBot.svg
- type: file
- type: archive
url: https://get.filebot.net/filebot/FileBot_4.9.6/FileBot_4.9.6-aur.tar.xz
sha256: e5f28b8517c05c270eaeb3b6e1329f43dd104be821a982b46d48bee80749b21c
x-checker-data:
type: html
url: https://www.filebot.net/download.html
version-pattern: 'FileBot_([\d\.-]*)_'
url-template: https://get.filebot.net/filebot/FileBot_$version/FileBot_$version-aur.tar.xz

0 comments on commit 111e19a

Please sign in to comment.