blob: 39e457b4fac61b65f86ff58e059141a0da545137 (
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
35
36
37
38
39
40
41
|
pkgbase = pat-aur-git
pkgdesc = AUR helper and tool to build Arch Linux packages in clean containers.
pkgver = r270.994b87e
pkgrel = 1
url = https://gitlab.com/patlefort/pat-aur
arch = any
license = GPL3
makedepends = git
makedepends = libxslt
makedepends = docbook-xsl
makedepends = rsync
depends = elvish
source = git+https://gitlab.com/patlefort/pat-aur.git
sha256sums = SKIP
pkgname = pat-aur-client-git
pkgdesc = AUR helper and tool to build Arch Linux packages in clean containers. (client only)
depends = elvish
depends = pacutils
provides = pat-aur-client
conflicts = pat-aur-client
pkgname = pat-aur-host-git
pkgdesc = AUR helper and tool to build Arch Linux packages in clean containers. (host machine)
install = pat-aur-git.install
depends = elvish
depends = pat-aur-client-git
depends = parallel
depends = dumb-init
depends = devtools
depends = pacutils
depends = aurutils
depends = bubblewrap-overlayfs
depends = ninja-jobserver
depends = git
optdepends = seccomp-filtered-run: seccomp filters.
optdepends = sshfs: remote connection.
optdepends = socat: remote connection.
optdepends = systemd: cgroups support.
provides = pat-aur-host
conflicts = pat-aur-host
|