🔒 Repository is read-only – file editing is disabled.
1234567891011121314151617181920212223242526
pkgname: strace
pkgver: '7.2'
pkgrel: 1
pkgdesc: A diagnostic, debugging and instructional userspace tracer
url: 'https://strace.io/'
arch: x86_64
license:
- GPL
depends: []
makedepends:
- perl
- libunwind
source:
- 'https://github.com/strace/strace/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.xz'
sha256sums:
- SKIP
build: |
cd ${pkgname}-${pkgver}
./configure --prefix=/usr \
--with-libunwind --enable-mpers=no
make
make DESTDIR=${PKGDIR} install
install -Dm644 COPYING ${PKGDIR}/usr/share/licenses/${pkgname}/COPYING
package: |
true