blob: 954726040e020e727d5de71ba0ec9e3b60742b52 (
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 = repman-git
pkgdesc = Manage (remote) custom repositories for Arch Linux packages
pkgver = 0.7.11
pkgrel = 1
url = https://gitlab.com/mipimipi/repman
arch = aarch64
arch = x86_64
license = GPL3
makedepends = bash
makedepends = cargo
makedepends = clang
makedepends = git
makedepends = make
makedepends = asciidoctor
depends = binutils
depends = pacman>=6.0.0
optdepends = distcc: for distributed builds
optdepends = git: to manage packages from AUR
optdepends = gnupg: in case packages and/or repository DB's should be signed
optdepends = rsync: support of SSH-accessible remote storage locations
optdepends = openssh: support of SSH-accessible remote storage locations
optdepends = s3cmd: support of AWS S3
optdepends = google-cloud-cli: support of Google Cloud Platform
provides = repman
conflicts = repman
options = !debug
backup = etc/repman.conf
source = git+https://gitlab.com/mipimipi/repman.git
validpgpkeys = 11ECD6695134183B3E7AF1C2223AAA374A1D59CE
md5sums = SKIP
depends_aarch64 = devtools-alarm
depends_x86_64 = devtools
pkgname = repman-git
|