aboutsummarylogtreecommitdiffstats
path: root/README.md
blob: 635a6d83c4f3787ece993517a874d4748f0b2bec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# php-wddx-aur
An [AUR] package build for PHP's [wddx] 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:

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

Alternatively, using [Docker Compose]:

```bash
docker-compose run build
```

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

## License
php-wddx-aur is licensed under the MIT license.  See [LICENSE] for the full
license text.

[AUR]: https://aur.archlinux.org/
[wddx]: http://php.net/wddx
[makepkg]: https://wiki.archlinux.org/index.php/Makepkg
[Docker]: https://www.docker.com/
[Docker Compose]: http://docs.docker.com/compose/
[LICENSE]: https://github.com/nubs/php-wddx-aur/blob/master/LICENSE