diff --git a/srcpkgs/uftrace/template b/srcpkgs/uftrace/template index 4eca0298249..63f857a5ef6 100644 --- a/srcpkgs/uftrace/template +++ b/srcpkgs/uftrace/template @@ -5,18 +5,20 @@ revision=1 build_style=gnu-configure hostmakedepends="pandoc" makedepends="elfutils-devel" +short_desc="Function graph tracer for user-space" +maintainer="Leah Neukirchen " +license="GPL-2.0-only" +homepage="https://github.com/namhyung/uftrace" +distfiles="https://github.com/namhyung/uftrace/archive/v${version}.tar.gz" +checksum=176f4630c831aa8e8f6662131df7e1fdeaea75270535ee9ceebf43c12ba04b55 + case "$XBPS_TARGET_MACHINE" in *-musl) makedepends+=" argp-standalone"; export LDFLAGS=-largp;; esac + case "$XBPS_TARGET_MACHINE" in i686*) export ARCH=i386;; 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 " -license="GPL-2" -homepage="https://github.com/namhyung/uftrace" -distfiles="https://github.com/namhyung/uftrace/archive/v${version}.tar.gz" -checksum=176f4630c831aa8e8f6662131df7e1fdeaea75270535ee9ceebf43c12ba04b55