blob: f1e4eac39dafa94aa8ed43ee332da331d93f2a63 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
pkgbase = catcli-git
pkgdesc = The command line catalog tool for your offline data
pkgver = 0.5.4.r0.gc69cd67
pkgrel = 3
url = https://github.com/deadc0de6/catcli
arch = any
license = GPL
makedepends = git
depends = python
depends = python-setuptools
depends = python-docopt
depends = python-anytree
depends = python-psutil
optdepends = python-pyfzf: provides the ability to use fzf for find
optdepends = python-fusepy: provides the ability to mount the catalog using fuse
provides = catcli
conflicts = catcli
source = git+https://github.com/deadc0de6/catcli.git
md5sums = SKIP
pkgname = catcli-git
|