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

recipes/gui/cups-pk-helper/PAGBUILD.yaml main

24 linii Raw ← Powrót
123456789101112131415161718192021222324
pkgname: 'cups-pk-helper'
pkgver: '0.2.7'
pkgrel: '2'
pkgdesc: 'The cups-pk-helper package contains a PolicyKit helper used to configure Cups with fine-grained privileges.'
url: 'https://www.freedesktop.org/software/cups-pk-helper/releases'
arch: x86_64
depends: []
makedepends:
- polkit
- intltool
- cups

source:
- 'https://www.freedesktop.org/software/${pkgname}/releases/${pkgname}-${pkgver}.tar.xz'

sha256sums:
- SKIP

build: |
  meson setup --prefix /usr --buildtype plain --libexecdir lib --sbindir bin -D b_pie=true cups-pk-helper-0.2.7 builddir
  meson compile -C builddir

package: |
  DESTDIR="${PKGDIR}" meson install -C builddir