Changeset 141 for trunk/Install/snap/snapcraft.yaml
- Timestamp:
- Mar 5, 2022, 10:01:43 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Install/snap/snapcraft.yaml
r139 r141 1 1 name: lazfuck 2 2 title: LazFuck 3 version: '1.3.0'3 version: 1.3.0 4 4 summary: A simple BrainFuck IDE written in Lazarus/FPC. 5 5 description: | 6 6 LazFuck is GUI application for writing, executing, compiling and debugging programs written in famous BrainFuck esoteric programming language. 7 7 8 Features 8 Features: 9 9 * Graphical code editor with color syntax highlighting 10 * Optimizing compiler and interpreter 10 11 * Cross-compilation to Delphi, Free Pascal, Python, Java, C, C#, PHP, and Javascript 11 12 * Interpreter with debugger … … 39 40 install -m 755 Install/snap/local/LazFuck.desktop $SNAPCRAFT_PART_INSTALL/usr/share/applications 40 41 install -d -m 755 $SNAPCRAFT_PART_INSTALL/usr/share/pixmaps 41 install -m 644 Images/64x64/LazFuck.png $SNAPCRAFT_PART_INSTALL/usr/share/pixmaps 42 install -m 644 Images/64x64/LazFuck.png $SNAPCRAFT_PART_INSTALL/usr/share/pixmaps 42 43 install -d -m 755 $SNAPCRAFT_PART_INSTALL/usr/share/mime/packages 43 44 install -m 644 Install/snap/local/LazFuck.xml $SNAPCRAFT_PART_INSTALL/usr/share/mime/packages … … 141 142 command-chain: 142 143 - bin/desktop-launch 143 desktop: usr/share/applications/LazFuck.desktop 144 desktop: usr/share/applications/LazFuck.desktop 144 145 plugs: 145 146 - desktop
Note:
See TracChangeset
for help on using the changeset viewer.