mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
Add Photo Supreme for PostgreSQL v3
Add the multi-user / multi-machine version of Photo Supreme v3 with the PostgreSQL v9 backend.
This commit is contained in:
committed by
Vítor Galvão
parent
5992783d8c
commit
e1a6ec353a
@@ -0,0 +1,16 @@
|
||||
cask :v1 => 'photo-supreme-postgresql' do
|
||||
version '3'
|
||||
sha256 'ed1d669e46cf073a4720224c0f08aca70da2e6c6687be1a9d733bda9e45a5304'
|
||||
|
||||
url 'http://www.idimager.com/Trial/PhotoSupremePostgreSQL_V3.pkg'
|
||||
name 'Photo Supreme with PostreSQL'
|
||||
homepage 'http://www.idimager.com/WP/?page_id=20'
|
||||
license :commercial
|
||||
|
||||
pkg 'PhotoSupremePostgreSQL_V3.pkg'
|
||||
|
||||
uninstall :pkgutil => 'com.idimager.idimagersu'
|
||||
|
||||
depends_on :macos => '>= 10.7'
|
||||
depends_on :formula => 'postgresql'
|
||||
end
|
||||
Reference in New Issue
Block a user