blob: c2ceee37aff7932c985daa364e78e4e79eb61e12 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
pkgbase = pathaction
pkgdesc = A file execution router that uses YAML rules to determine which commands to execute on files and directories
pkgver = 0.9.9
pkgrel = 1
url = https://github.com/jamescherti/pathaction
arch = any
license = GPL-3.0-only
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools
makedepends = python-pytest
makedepends = python-pytest-cov
depends = python
depends = python-colorama
depends = python-jinja
depends = python-schema
depends = python-yaml
source = pathaction-0.9.9.tar.gz::https://github.com/jamescherti/pathaction/archive/v0.9.9.tar.gz
sha256sums = SKIP
pkgname = pathaction
|