blob: 6fcc291da172c88ed324c79458ac932474a9852a (
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
|
pkgbase = repman
pkgdesc = Manage (remote) custom repositories for Arch Linux packages
pkgver = 0.7.4
pkgrel = 1
url = https://gitlab.com/mipimipi/repman
arch = aarch64
arch = x86_64
license = GPL3
makedepends = bash
makedepends = cargo
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.4/repman-v0.7.4.tar.gz
validpgpkeys = 11ECD6695134183B3E7AF1C2223AAA374A1D59CE
sha256sums = 78300ff6c2ab85274e7d7cea16cc9e7343652d74efb5053cdea4b1f82e55692f
depends_aarch64 = devtools-alarm
depends_x86_64 = devtools
pkgname = repman
|