Skip to content

timwsuqld/phpstorm-deb

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

!! I CHANGED THE WAY THIS TOOL WORKS. SEE BELOW !!

phpstorm-deb

Build scripts to easily create a .deb package for PhpStorm.

Dependencies

You will need the devscripts and the debhelper packages installed in order to build the PhpStorm .deb file:

apt-get install devscripts debhelper

Building

  • Download the .tar.gz file from PhpStorm's download page and place it in the root directory of this repo.

  • Create a new debian/changelog file using the provided update.sh script:

./update.sh
  • Build the package with the following command:
debuild -us -uc -b

Installing

Install the package with the dpkg command:

dpkg -i PhpStorm...

Alternatively, you can create your own simple repo or more professional one to host your custom deb packages.

About

Skeleton to easily create a .deb package for phpstorm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%