blob: 06d55164aed88f2c80cffabdba5ba2729efb9483 (
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
|
pkgbase = semgrep-bin
pkgdesc = Fast and syntax-aware semantic code pattern search for many languages: like grep but for code
pkgver = 0.30.0
pkgrel = 2
url = https://github.com/returntocorp/semgrep
arch = x86_64
license = LGPL2.1
makedepends = python-setuptools
makedepends = python-wheel
depends = python
depends = python-attrs
depends = python-colorama
depends = python-junit-xml
depends = python-requests
depends = python-ruamel-yaml
depends = python-tqdm
depends = python-packaging
depends = python-jsonschema
provides = semgrep
options = !strip
source = https://github.com/returntocorp/semgrep/releases/download/v0.30.0/semgrep-v0.30.0-ubuntu-16.04.tgz
source = https://files.pythonhosted.org/packages/source/s/semgrep/semgrep-0.30.0.tar.gz
sha256sums = 2be7af5e99daffafbd6d417931d4226738505545f005fbb2b82603f0e6c271a0
sha256sums = e6921a41b9a08c1c7c66622c5893dd3865ac1fdc05ed4e60b0b5c58d9aa6b8e9
pkgname = semgrep-bin
|