/composer.deb

Build a Debian package to install and use Composer.

MIT LicenseMIT

Composer Debian Package

Builds a Debian package to install and run Composer.

Usage

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

Development

When changing the target Composer version, make sure to update:

  • Makefile
  • debian/DEBIAN/control

About