phpstorm-deb
phpstorm-deb copied to clipboard
Skeleton to easily create a .deb package for phpstorm
Hi, would you mind adding a licence to your repo? I am trying to set up an auto-updated repository and would love to build it up on your work but...
As implemented in: https://gist.github.com/bslagter/e156bd1997b8ac3ede8e
It would be cool if this skeleton could also build eap packages http://confluence.jetbrains.com/display/WI/Web+IDE+EAP Preferably the package would be named phpstorm-eap. This requires a modification of the control and rules files....
Changed the cURL download to stream directly to a file, negating the need for a high `memory_limit`. Removed dependencies for Java, since PhpStorm ships their own JRE. Updated the debian-compat...
I received an error on the automatic PHP file, so I investigated the command that generated the error. Here is the output of that command. ``` $ dpkg-buildpackage -us -uc...