blob: 0a999e2ca5025e6842a6b24f32100bb2ffdfd62a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
pkgbase = strace-with-colors
pkgdesc = A diagnostic, debugging and instructional userspace tracer (with colors)
pkgver = 6.0
pkgrel = 1
url = https://strace.io/
arch = x86_64
license = BSD
depends = perl
depends = libunwind
provides = strace
conflicts = strace
source = https://github.com/strace/strace/releases/download/v6.0/strace-6.0.tar.xz
source = strace-with-colors.patch
sha1sums = 6ac0fb07dbeb29a79e17d81f735aacb326a72c28
sha1sums = SKIP
pkgname = strace-with-colors
|