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

recipes/utils/libjuice/PAGBUILD.yaml main

29 linii Raw ← Powrót
1234567891011121314151617181920212223242526272829
pkgname: libjuice
pkgver: '1.7.3'
pkgrel: '1'
pkgdesc: UDP Interactive Connectivity Establishment (ICE) library
url: 'https://github.com/paullouisageneau/libjuice'
arch: x86_64
license:
- MPL-2.0
depends: []
makedepends:
- cmake
source:
- 'https://github.com/paullouisageneau/libjuice/archive/refs/tags/v${pkgver}.tar.gz'
sha256sums:
- 86e075ca4732882746b6d5733ff1b6090f942e5750df58630b191b5f00f30010
build: |
  cmake -B build -S ${pkgname}-${pkgver} \
       -DCMAKE_BUILD_TYPE='None' \
       -DCMAKE_INSTALL_PREFIX=/usr \
       -DNO_TESTS=1 \
       -Wno-dev

  cmake --build build
  DESTDIR=${PKGDIR}/ cmake --install build

  install -Dm644 ${pkgname}-${pkgver}/LICENSE \
  ${PKGDIR}/usr/share/licenses/${pkgname}/LICENSE
package: |
  true