Skip to content

Instantly share code, notes, and snippets.

@veer66
Created December 29, 2024 17:40
Show Gist options
  • Save veer66/c320c9a12f3f8bd43343e525e80c2f96 to your computer and use it in GitHub Desktop.
Save veer66/c320c9a12f3f8bd43343e525e80c2f96 to your computer and use it in GitHub Desktop.
id: rocks.veer66.Titi
runtime: org.freedesktop.Platform
runtime-version: '23.08'
sdk: org.freedesktop.Sdk
command: toto
modules:
- name: toto
buildsystem: simple
build-commands:
- install -Dm755 toto.sh /app/bin/toto
modules:
- name: tcl
subdir: unix
buildsystem: autotools
sources:
- type: archive
url: https://jaist.dl.sourceforge.net/project/tcl/Tcl/9.0.1/tcl9.0.1-src.tar.gz
sha256: a72b1607d7a399c75148c80fcdead88ed3371a29884181f200f2200cdee33bbc
strip-components: 1
sources:
- type: script
dest-filename: toto.sh
commands:
- echo "toto titi tutu"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment