mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
Most of these updates is based on data from https://repology.org/, detection based on permanent redirect from http:// to https://. $source urls are updated when they contain $url as substring.
21 lines
633 B
Plaintext
21 lines
633 B
Plaintext
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
|
pkgname=zendframework
|
|
pkgver=2.4.13
|
|
pkgrel=0
|
|
pkgdesc="PHP web application framework"
|
|
url="https://framework.zend.com/"
|
|
arch="noarch"
|
|
license="BSD"
|
|
source="https://packages.zendframework.com/releases/ZendFramework-$pkgver/ZendFramework-$pkgver.tgz"
|
|
|
|
builddir="$srcdir/ZendFramework-$pkgver"
|
|
|
|
package() {
|
|
cd "$builddir"
|
|
mkdir -p "$pkgdir"/usr/share/php/zend
|
|
cp -a "$builddir"/* "$pkgdir"/usr/share/php/zend/
|
|
|
|
}
|
|
|
|
sha512sums="3cd3cca1dcdf5de1b745b7ae946584727abd13dd48d0c67acc5b278f6a7a79666fc6f43b436151e529d20f9674558f7167fbe47ed04f98e58b0675868cee2038 ZendFramework-2.4.13.tgz"
|