# Maintainer: Julian Brost pkgname=icinga-php-thirdparty pkgver=0.11.0 pkgrel=1 pkgdesc="Bundle for all 3rd party PHP libraries used by Icinga Web products" arch=(any) url="https://github.com/Icinga/icinga-php-thirdparty" license=('MIT') source=("$pkgname-$pkgver.tar.gz::https://github.com/Icinga/icinga-php-thirdparty/archive/refs/tags/v$pkgver.tar.gz") sha256sums=('4998a8daa6a037abf4ad36f5bc935cc5bdba6e351674940fd6eca68c2735af19') package() { cd "$pkgname-$pkgver" install -dm755 "$pkgdir/usr/share/icinga-php" cp -rT . "$pkgdir/usr/share/icinga-php/vendor" install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" }