Skip to content

Instantly share code, notes, and snippets.

@mfts
Created December 8, 2022 14:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mfts/b1fb45cb7df9e3691d9c6fd65cf790c3 to your computer and use it in GitHub Desktop.
Save mfts/b1fb45cb7df9e3691d9c6fd65cf790c3 to your computer and use it in GitHub Desktop.
tea minimal package.yml
distributable:
url: https://example.org/download/{{version}}/src.tar.gz
strip-components: 1
versions:
- 1.0.0
build:
script: |
touch "{{prefix}}"/example
test:
script: |
ls -l
working-directory: build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment