blob: eb45d58b77d17ed39301baa3886f1daad17afaa5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
pkgbase = sentinel-git
pkgdesc = UAC-style confirmation dialog for Linux privilege escalation (git HEAD)
pkgver = 0.8.0.r0.g0000000
pkgrel = 1
url = https://github.com/atayozcan/sentinel
install = sentinel.install
arch = x86_64
arch = aarch64
license = GPL-3.0-or-later
makedepends = rust
makedepends = pkgconf
makedepends = wayland-protocols
makedepends = git
depends = pam
depends = polkit
depends = wayland
depends = libxkbcommon
depends = fontconfig
depends = freetype2
depends = mesa
depends = vulkan-icd-loader
depends = gcc-libs
depends = glibc
optdepends = sudo-rs: memory-safe sudo replacement
optdepends = polkit: for graphical privilege prompts
provides = sentinel=0.8.0.r0.g0000000
conflicts = sentinel
options = !debug
backup = etc/security/sentinel.conf
backup = etc/pam.d/polkit-1
source = sentinel::git+https://github.com/atayozcan/sentinel.git#branch=main
sha256sums = SKIP
pkgname = sentinel-git
|