File appimage.yml of Package sciteco
app: sciteco-curses
ingredients:
packages:
- sciteco-curses
script:
# This is currently not installed by sciteco-curses.
# FIXME: There should perhaps be a unique name in the desktop file, so it does not conflict with the Gtk version.
- wget -O sciteco-curses.desktop -c "https://git.fmsbw.de/sciteco/plain/src/sciteco.desktop"
- sed -i -e 's@gsciteco@sciteco@g' sciteco-curses.desktop
- echo 'Terminal=true' >>sciteco-curses.desktop
- wget -O sciteco.png -c "https://git.fmsbw.de/sciteco/plain/ico/sciteco-256.png"
- mkdir -p ./usr/share/metainfo/
- wget -O ./usr/share/metainfo/sciteco-curses.appdata.xml -c "https://git.fmsbw.de/sciteco/plain/AppImage/sciteco-curses.appdata.xml"
# Thinning: These documentation files are pointless.
# SciTECO comes with its own online help system.
- rm -rf ./usr/share/doc ./usr/share/man