Commit 70b21e08 authored by Damian Montero's avatar Damian Montero Committed by GitHub

Merge pull request #1905 from uberhacker/add-snap-package

Add snap stack
parents ce131142 13b02bba
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