brew/Library/Homebrew/test/support/fixtures/cask/Casks/appdir-interpolation.rb

10 lines
281 B
Ruby
Raw Normal View History

2016-08-18 22:11:42 +03:00
test_cask 'appdir-interpolation' do
version '2.61'
2016-08-20 03:40:03 +02:00
sha256 'e44ffa103fbf83f55c8d0b1bea309a43b2880798dae8620b1ee8da5e1095ec68'
2016-08-18 22:11:42 +03:00
url "file://#{TEST_FIXTURE_DIR}/cask/transmission-2.61.dmg"
2016-08-18 22:11:42 +03:00
homepage 'http://example.com/appdir-interpolation'
binary "#{appdir}/some/path"
end