blob: f1df14c6fca442a2f51de5066a012788e6e1098b (
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
42
|
pkgbase = pat-aur-git
pkgdesc = AUR helper and tool to build Arch Linux packages in clean containers.
pkgver = r313.7ac21d6
pkgrel = 1
url = https://gitlab.com/patlefort/pat-aur
arch = any
license = GPL3
makedepends = git
makedepends = libxslt
makedepends = docbook-xsl
makedepends = rsync
makedepends = cmake
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
depends = expac
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 = pat-aur-client-git
depends = parallel
depends = dumb-init
depends = devtools
depends = pacutils
depends = aurutils
depends = bubblewrap-overlayfs
depends = ninja-jobserver
depends = git
depends = python
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
|