🔒 Repository is read-only – file editing is disabled.
1234567891011121314151617181920212223242526272829303132333435
pkgname: libmatroska
pkgver: '1.7.2'
pkgrel: '1'
pkgdesc: 'Matroska library'
url: 'https://github.com/Matroska-Org/libmatroska'
arch: x86_64
depends:
- libebml
makedepends:
- git
- cmake
source:
- 'https://github.com/Matroska-Org/libmatroska.git'
sha256sums:
- SKIP
build: |
cd libmatroska
mkdir build
cd build
cmake .. -G Ninja \
-DCMAKE_BUILD_TYPE=None \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=/usr/lib \
-DBUILD_SHARED_LIBS=ON
cmake --build .
DESTDIR=${PKGDIR} cmake --build . --target install
package: |
true