Search found 3 matches
- 04 Apr 2023, 16:21
- Forum: General Discussion
- Topic: brew install support?
- Replies: 7
- Views: 2482
- 04 Apr 2023, 14:39
- Forum: General Discussion
- Topic: brew install support?
- Replies: 7
- Views: 2482
Re: brew install support?
You can either put that in a file.rb
And run this:
brew install --debug --verbose --cask [nameoffile].rb
or you can use my repo:
brew tap marcuzzz/homebrew-marcstap
and just run brew install freefilesync
https://github.com/Marcuzzz/homebrew-marcstap/blob/master/Casks/freefilesync.rb
And run this:
brew install --debug --verbose --cask [nameoffile].rb
or you can use my repo:
brew tap marcuzzz/homebrew-marcstap
and just run brew install freefilesync
https://github.com/Marcuzzz/homebrew-marcstap/blob/master/Casks/freefilesync.rb
- 08 Mar 2023, 20:25
- Forum: General Discussion
- Topic: brew install support?
- Replies: 7
- Views: 2482
Re: brew install support?
I just created / tested this cask, seems to work...
cask 'freefilesync' do
version '12.1'
sha256 :no_check
url "https://freefilesync.org/download/FreeFileSync_#{version}_macOS.zip"
name 'freefilesync'
homepage 'https://freefilesync.org/download.php'
auto_updates true
pkg "FreeFileSync ...
cask 'freefilesync' do
version '12.1'
sha256 :no_check
url "https://freefilesync.org/download/FreeFileSync_#{version}_macOS.zip"
name 'freefilesync'
homepage 'https://freefilesync.org/download.php'
auto_updates true
pkg "FreeFileSync ...