Noel Kuntze 4c924d76b8 testing/grommunio-mapi-header-php: new aport
Common PHP MAPI header files for grommunio
2024-04-26 06:17:47 +00:00

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
"