blob: 9ce813607a26331c5b3af688437fe4cc5f01d932 (
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
46
47
48
49
50
51
|
pkgbase = bauh
pkgdesc = Graphical interface for managing your applications (AppImage, Flatpak, Snap, Arch/AUR, Web)
pkgver = 0.9.12
pkgrel = 1
url = https://github.com/vinifmor/bauh
arch = any
license = zlib/libpng
makedepends = git
makedepends = python
makedepends = python-pip
makedepends = python-setuptools
depends = python
depends = python-pyqt5
depends = python-pyqt5-sip
depends = python-requests
depends = python-colorama
depends = python-pyaml
depends = qt5-svg
depends = python-dateutil
optdepends = flatpak: required for Flatpak support
optdepends = snapd: required for Snap support
optdepends = python-beautifulsoup4: for Native Web applications support
optdepends = python-lxml: for Native Web applications support
optdepends = sqlite3: required for AppImage support
optdepends = wget: required for AppImage and AUR support
optdepends = fuse2: may be required for AppImage support
optdepends = fuse3: may be required for AppImage support
optdepends = pacman: required for AUR support
optdepends = binutils: required for AUR support
optdepends = git: required for AUR support
optdepends = rebuild-detector: enables rebuild checking for AUR packages (optional)
optdepends = autoconf: may be required to compile some AUR packages
optdepends = automake: may be required to compile some AUR packages
optdepends = bison: may be required to compile some AUR packages
optdepends = fakeroot: may be required to compile some AUR packages
optdepends = flex: may be required to compile some AUR packages
optdepends = gcc: may be required to compile some AUR packages
optdepends = m4: may be required to compile some AUR packages
optdepends = lib32-fakeroot: may be required to compile some AUR packages
optdepends = make: may be required to compile some AUR packages
optdepends = patch: may be required to compile some AUR packages
optdepends = pkgconf: may be required to compile some AUR packages
optdepends = ccache: can improve AUR packages compilation speed
optdepends = aria2: multi-threaded downloading support
optdepends = breeze: KDE Plasma main theme
optdepends = axel: multi-threaded downloading support
source = https://github.com/vinifmor/bauh/archive/0.9.12.tar.gz
sha512sums = 6f96b59185e946d2d65bae85b75291d0db359777b4aebe8398ff07fbac8f8f7c757b19f650946a1f6b3c54f88cce1f4acd97ff4c1fb20087592e40630fb9006a
pkgname = bauh
|