blob: f494d3536df097fa2ab900430ae350ba05adca8d (
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
|
pkgbase = aura-git
pkgdesc = A package manager for Arch Linux and its AUR
pkgver = 4.0.8.r0.g446c12e
pkgrel = 1
url = https://github.com/fosskers/aura
arch = x86_64
license = GPL-3.0-or-later
makedepends = cargo
depends = git
depends = curl
depends = openssl
depends = gcc-libs
depends = glibc
optdepends = bash-completion: for bash completions
optdepends = bat: more featureful file viewing
optdepends = fd: faster filesystem traversal
optdepends = graphviz: dependency graph generation
optdepends = ripgrep: faster log searches
optdepends = shellcheck: PKGBUILD scanning
optdepends = xdg-utils: for xdg-open
provides = aura
conflicts = aura
conflicts = aura-bin
conflicts = aura3-bin
options = strip
source = aura-git::git+https://github.com/fosskers/aura.git
sha256sums = SKIP
pkgname = aura-git
|