Commit 13b02bba authored by Ed Reel's avatar Ed Reel

Add snap package

parent c03a4601
require 'package'
class Snap < Package
description 'Server stack which includes sqlite, nginx and php'
homepage ''
version '1.0'
is_fake
depends_on 'nginx'
depends_on 'sqlite'
depends_on 'php' unless File.exists? "#{CREW_PREFIX}/bin/php"
end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment