mirror of
https://github.com/ivabus/pantry
synced 2024-11-15 04:55:08 +03:00
21 lines
477 B
YAML
21 lines
477 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: 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
|