description="A diagnostic, debugging and instructional userspace tracer (with colors)"
url="https://strace.io/"

packager="Great-OS Team"
maintainer="rems"

makedepends=(perl libunwind)

name=strace
version=6.19

source=(https://github.com/strace/strace/releases/download/v$version/strace-$version.tar.xz)

build() {

  mkdir build && cd build

  ../$name-$version/configure --prefix=/usr --with-libunwind

  make
  make DESTDIR=$PKG install
}
