testing/grommunio-mapi-header-php: new aport

Common PHP MAPI header files for grommunio
This commit is contained in:
Noel Kuntze 2024-03-10 10:27:01 +01:00 committed by Natanael Copa
parent 105fa9e658
commit 4c924d76b8

View File

@ -0,0 +1,21 @@
# 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
"