blob: 635cc0a1f240d1b490c9f96930ea744750350844 (
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
43
44
45
|
pkgbase = fdroidserver
pkgdesc = F-Droid repository management tools
pkgver = 2.3.4
pkgrel = 2
epoch = 1
url = https://gitlab.com/fdroid/fdroidserver
arch = any
license = GPL3
makedepends = python-setuptools
makedepends = python-babel
depends = python
depends = python-pyasn1
depends = python-pyasn1-modules
depends = python-magic
depends = python-requests
depends = python-yaml
depends = python-ruamel-yaml
depends = java-environment
depends = python-pillow
depends = python-vagrant
depends = python-gitpython
depends = python-pyasn1crypto
depends = python-paramiko
depends = python-qrcode
optdepends = android-sdk: Build apps from source
optdepends = android-sdk-build-tools: Work with apks in the repository
optdepends = android-sdk-platform-tools: Ability to install apps to connected devices
optdepends = android-ndk: Build apps that use native code
optdepends = apache-ant: Build apps using Apache Ant
optdepends = maven: Build apps using Maven
optdepends = gradle: Build apps using Gradle
optdepends = android-support-repository: Build apps using Maven or Gradle that use support libraries
optdepends = git: Download app sources that use git or svn (via git svn)
optdepends = mercurial: Download app sources that use hg
optdepends = bzr: Download app sources that use bzr
optdepends = python-pillow: Resize and manage app icons
optdepends = rsync: Transfer repo files to the web server
optdepends = vagrant: Buildserver virtual machine support
optdepends = virtualbox: Buildserver virtual machine support
optdepends = wordpress: Web repository plugin
options = !emptydirs
source = fdroidserver-2.3.4.tar.gz::https://gitlab.com/fdroid/fdroidserver/-/archive/2.3.4/fdroidserver-2.3.4.tar.gz
sha256sums = aed19089d09a829ab624a83253a8a5aa88c6039ca1f88e70ceeb1659ebb92992
pkgname = fdroidserver
|