Initial commit
This commit is contained in:
commit
98c03576c0
8 changed files with 246 additions and 0 deletions
48
.SRCINFO
Normal file
48
.SRCINFO
Normal file
|
|
@ -0,0 +1,48 @@
|
|||
pkgbase = fdroidserver
|
||||
pkgdesc = F-Droid repository management tools
|
||||
pkgver = 2.4.2
|
||||
pkgrel = 1
|
||||
epoch = 1
|
||||
url = https://gitlab.com/fdroid/fdroidserver
|
||||
arch = any
|
||||
license = GPL-3.0-or-later
|
||||
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-asn1crypto
|
||||
depends = python-paramiko
|
||||
depends = python-qrcode
|
||||
depends = python-setuptools
|
||||
depends = python-defusedxml
|
||||
depends = python-platformdirs
|
||||
depends = libvirt-python
|
||||
depends = python-lxml
|
||||
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 = 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.4.2.tar.gz::https://gitlab.com/fdroid/fdroidserver/-/archive/2.4.2/fdroidserver-2.4.2.tar.gz
|
||||
b2sums = c05163a9dd06011382c2e158c679d144b4a9187321d517575c741025c95943e91b47f16d34772894e2cc7b7761c9e425994d59c74e73893f23157cbbdc483f8d
|
||||
|
||||
pkgname = fdroidserver
|
||||
Loading…
Add table
Add a link
Reference in a new issue