blob: 4f21e1423a8e640957af529d9cda49127c27d75a (
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
|
pkgbase = repman
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
conflicts = repman-git
options = !debug
backup = etc/repman.conf
source = https://gitlab.com/mipimipi/repman/-/archive/v0.7.11/repman-v0.7.11.tar.gz
validpgpkeys = 11ECD6695134183B3E7AF1C2223AAA374A1D59CE
sha256sums = 1754d138902dd40f40221e7cd9886ec5ca3f325eb7cd52df26f4e3669fa018aa
depends_aarch64 = devtools-alarm
depends_x86_64 = devtools
pkgname = repman
|