diff --git a/config/pkg/ext/ext-zip.yml b/config/pkg/ext/ext-zip.yml new file mode 100644 index 00000000..a5a9e4b5 --- /dev/null +++ b/config/pkg/ext/ext-zip.yml @@ -0,0 +1,17 @@ +ext-zip: + type: php-extension + artifact: + source: + type: pecl + name: zip + extract: ext-zip + metadata: + license-files: [LICENSE] + license: PHP-3.01 + depends@unix: + - libzip + php-extension: + support: + BSD: wip + arg-type: custom + arg-type@windows: enable diff --git a/src/Package/Extension/zip.php b/src/Package/Extension/zip.php new file mode 100644 index 00000000..dc2d29c5 --- /dev/null +++ b/src/Package/Extension/zip.php @@ -0,0 +1,20 @@ +