mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 18:45:19 +03:00
26 lines
551 B
YAML
26 lines
551 B
YAML
distributable:
|
|
url: https://github.com/create-dmg/create-dmg/archive/v{{version}}.tar.gz
|
|
strip-components: 1
|
|
|
|
versions:
|
|
github: create-dmg/create-dmg/tags
|
|
strip: /^v/
|
|
|
|
platforms: darwin
|
|
|
|
provides:
|
|
- bin/create-dmg
|
|
|
|
build:
|
|
dependencies:
|
|
tea.xyz/gx/cc: c99
|
|
tea.xyz/gx/make: '*'
|
|
script: make prefix={{prefix}} install
|
|
test: |
|
|
create-dmg --version
|
|
touch Brew-Eula.txt
|
|
echo "Eula" >> Brew-Eula.txt
|
|
mkdir -p Test-Source
|
|
mkdir -p Test-Source/Brew.app
|
|
create-dmg --sandbox-safe --eula Brew-Eula.txt Brew-Test.dmg Test-Source
|