arch-ppa/src/php-imagick
Travis Burtrum 59e4cffa8b Update packages 2019-03-03 20:21:14 -05:00
..
.gitignore Add movim-git 2018-01-16 01:28:03 -05:00
Dockerfile Add movim-git 2018-01-16 01:28:03 -05:00
LICENSE Add movim-git 2018-01-16 01:28:03 -05:00
PKGBUILD Update packages 2019-03-03 20:21:14 -05:00
README.md Add movim-git 2018-01-16 01:28:03 -05:00
docker-compose.yml Add movim-git 2018-01-16 01:28:03 -05:00
php-imagick.install Add movim-git 2018-01-16 01:28:03 -05:00

README.md

php-imagick-aur

An AUR package build for PHP's imagick extension.

Building

You can of course build this package using makepkg, but the recommended way of building this package is using Docker. This can be done like so:

docker build --tag php-imagick-aur .
docker run --rm --volume "$(pwd):/package" php-imagick-aur

Alternatively, using Docker Compose:

docker-compose run build

This will start create a docker image tagged as php-imagick-aur and build the package inside the container. As a result you should get the built package in your current directory.

License

php-imagick-aur is licensed under the MIT license. See LICENSE for the full license text.