22 lines
781 B
Bash
22 lines
781 B
Bash
# Template file for 'uftrace'
|
|
pkgname=uftrace
|
|
version=0.8.2
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="pandoc"
|
|
makedepends="elfutils-devel"
|
|
case "$XBPS_TARGET_MACHINE" in
|
|
*-musl) makedepends+=" argp-standalone"; export LDFLAGS=-largp;;
|
|
esac
|
|
only_for_archs="aarch64 aarch64-musl armv6l armv6l-musl armv7l armv7l-musl x86_64 x86_64-musl"
|
|
case "$XBPS_TARGET_MACHINE" in
|
|
x86_64*) export ARCH=x86_64;;
|
|
arm*) export ARCH=arm;;
|
|
aarch64*) export ARCH=aarch64;;
|
|
esac
|
|
short_desc="Function graph tracer for user-space"
|
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|
license="GPL-2"
|
|
homepage="https://github.com/namhyung/uftrace"
|
|
distfiles="https://github.com/namhyung/uftrace/archive/v${version}.tar.gz"
|
|
checksum=15d6f3372f84d8db68b23f56242e15c272062ef249480f48dc856fed66c60571
|