10 lines
278 B
Ruby
10 lines
278 B
Ruby
test_cask 'appdir-interpolation' do
|
|
version '2.61'
|
|
sha256 'd26d7481cf1229f879c05e11cbdf440d99db6d6342f26c73d8ba7861b975532f'
|
|
|
|
url TestHelper.local_binary_url('transmission-2.61.dmg')
|
|
homepage 'http://example.com/appdir-interpolation'
|
|
|
|
binary "#{appdir}/some/path"
|
|
end
|