blob: c0dc00600b6b7036bac30343b58c1da5143c8614 (
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
|
pkgbase = smatch
pkgdesc = Static analysis tool for C programs that performs semantic analysis to detect bugs and vulnerabilities.
pkgver = 1.75
pkgrel = 1
url = https://github.com/error27/smatch
arch = x86_64
license = GPL-2.0-or-later
license = MIT
license = BSD-3-Clause
depends = sqlite
depends = openssl
depends = perl
depends = perl-dbd-sqlite
depends = perl-try-tiny
source = smatch-1.75.tar.gz::https://github.com/error27/smatch/archive/refs/tags/1.75.tar.gz
source = use-distribution-ldflags.patch
source = preserve-install-timestamps.patch
source = add-BSD-3-license.patch
sha256sums = de16ff10452869cbdc056aedbfeadc612a612e97d35a1c75d0cef7bcd7ed9673
sha256sums = 387d033fdd7889e7d7c330a9bd4c3304ccfca14be9bf7467b447680997e75d42
sha256sums = 74a71a0317407ef54a839f429c2fbe1b103c415954a08a34cef34ade694874f1
sha256sums = 199db07678e7b099f3ea5c4eb38d9aac199d7829ed832b042b7f4bcedef44e55
pkgname = smatch
|