# Maintainer: Dennis van der Schagt pkgname=eprosima-fast-dds pkgver=2.12.0 pkgrel=1 pkgdesc="eProsima's Fast-DDS implementation" arch=('x86_64') url="https://github.com/eProsima/Fast-DDS" license=('Apache') depends=('foonathan_memory-shared' 'asio' 'tinyxml2' 'eprosima-fast-cdr') makedepends=('cmake') checkdepends=() optdepends=() provides=() conflicts=() replaces=() backup=() options=() install= changelog= source=("https://github.com/eProsima/Fast-DDS/archive/v${pkgver}.tar.gz") noextract=() sha256sums=('3ba7eaf3deec9d282a86b414f8be8cc7a7c94d08fef9bc548a1311f41d944475') validpgpkeys=() build() { cd "Fast-DDS-$pkgver" cmake -B build \ -DCMAKE_INSTALL_PREFIX=/usr \ . cmake --build build --parallel 8 } package() { cd "Fast-DDS-$pkgver" make -C build DESTDIR="$pkgdir/" install }