🔒 Repository is read-only – file editing is disabled.
12345678910111213141516171819202122232425
pkgname: p8-platform
pkgver: '2.2.0'
pkgrel: 1
pkgdesc: Platform support library used by libCEC and binary add-ons for Kodi
url: 'https://github.com/Pulse-Eight/platform'
arch: x86_64
depends: []
makedepends:
- cmake
source:
- 'https://github.com/Pulse-Eight/platform/archive/${pkgname}-${pkgver}.tar.gz'
sha256sums:
- SKIP
build: |
cd platform-${pkgname}-${pkgver}
cmake . \
-DCMAKE_BUILD_TYPE=Release \
-DBUILD_SHARED_LIBS=1 \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=/usr/lib \
-DCMAKE_INSTALL_LIBDIR_NOARCH=/usr/lib
make
package: |
cd platform-${pkgname}-${pkgver}
make DESTDIR=${PKGDIR} install