Builds a Debian package to install and run Composer.
The first thing you must do is assemble Composer:
$ make composer
Now that Composer is available, we can build the package:
$ make package
This will create our Debian package, which we can now interact with:
$ ln *.deb
composer_1.0.0-alpha7_all.deb
$ sudo dpkg --install composer_1.0.0-alpha7_all.deb
When changing the target Composer version, make sure to update:
- Makefile
- debian/DEBIAN/control
- Author: Rob Loach
- Source: composer.deb