# Maintainer: YOUNG HO CHA pkgname=uftrace pkgver=0.9.3 pkgrel=1 pkgdesc="Tool to trace and analyze execution of a program written in C/C++" arch=(armv6h armv7h aarch64 x86_64) url="https://github.com/namhyung/uftrace" license=('GPL2') groups=() depends=(libelf python2 ncurses pkgconf luajit capstone) makedepends=(pandoc) optdepends=() provides=() conflicts=() replaces=() backup=() options=(!emptydirs) install= changelog= source=("git+https://github.com/namhyung/$pkgname.git#tag=v$pkgver") noextract=() sha256sums=('SKIP') build() { mkdir -p "$pkgname"/build cd "$pkgname"/build ../configure --prefix=/usr make } package() { cd "$pkgname"/build make DESTDIR="$pkgdir/" install }