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

recipes/utils/apulse/PAGBUILD.yaml main

29 linii Raw ← Powrót
1234567891011121314151617181920212223242526272829
pkgname: apulse
pkgver: '0.1.14'
pkgrel: 1
pkgdesc: PulseAudio emulation for ALSA.
url: 'https://github.com/i-rinat/apulse'
arch: x86_64
depends: []
makedepends:
- glib
- alsa-lib
- cmake
source:
- 'https://github.com/i-rinat/${pkgname}/archive/refs/tags/v${pkgver}.tar.gz'
sha256sums:
- SKIP
build: |
  cd ${pkgname}-${pkgver}
  mkdir -pv build
  cd build
  cmake \
  -DCMAKE_INSTALL_PREFIX=/usr \
  -DCMAKE_BUILD_TYPE=Release  \
  -DCMAKE_POLICY_VERSION_MINIMUM=3.5 \
  ..

  make
  make DESTDIR=${PKGDIR} install
package: |
  true