🔒 Repository is read-only – file editing is disabled.

recipes/gui/libebml/PAGBUILD.yaml main

31 linii Raw ← Powrót
12345678910111213141516171819202122232425262728293031
pkgname: libebml
pkgver: '1.4.7'
pkgrel: '1'
pkgdesc: 'Extensible Binary Meta Language library'
url: 'https://github.com/Matroska-Org/libebml'
arch: x86_64
depends: []
makedepends:
- git
- cmake

source:
- 'https://github.com/Matroska-Org/libebml.git'

sha256sums:
- SKIP

build: |
  cd libebml
  mkdir build
  cd build
  cmake .. \
    -DCMAKE_INSTALL_PREFIX=/usr \
    -DCMAKE_INSTALL_LIBDIR=/usr/lib \
    -DBUILD_SHARED_LIBS=ON

  make
  make DESTDIR=${PKGDIR} install

package: |
  true