mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-04-15 02:32:35 +02:00
22 lines
692 B
Plaintext
22 lines
692 B
Plaintext
# Maintainer: Noel Kuntze <noel.kuntze@contauro.com>
|
|
pkgname=grommunio-mapi-header-php
|
|
pkgver=1.3
|
|
pkgrel=0
|
|
pkgdesc="Common PHP MAPI header files for grommunio"
|
|
arch="noarch !riscv64"
|
|
url="https://grommunio.com/"
|
|
license="AGPL-3.0-or-later"
|
|
source="$pkgname-$pkgver.tar.gz::https://github.com/grommunio/mapi-header-php/archive/refs/tags/$pkgver.tar.gz"
|
|
builddir="$srcdir/mapi-header-php-$pkgver/"
|
|
options="!check" # No test suite
|
|
|
|
package() {
|
|
mkdir -p "$pkgdir"
|
|
make install DESTDIR="$(realpath $pkgdir)"
|
|
|
|
}
|
|
|
|
sha512sums="
|
|
99eacabb0d33e7c2fb1e4a13fc14eb1dee669cdeeebd9cced6e2b1c60e335fa0e9f2a3304d20b84c7a0dacf7424f368d76c2dbba0a6f77b2e0253cc337b97106 grommunio-mapi-header-php-1.3.tar.gz
|
|
"
|