Skip to content

dnsobchuk/php74-oci8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

php-oci8-aur

An AUR package build for PHP's OCI8 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-oci8-aur .
docker run --rm --volume "$(pwd):/package" php-oci8-aur

Alternatively, using Docker Compose:

docker-compose run build

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

License

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors