From 5491098e07adb405fd9153664c1eaef14ff25b60 Mon Sep 17 00:00:00 2001 From: RunningDroid Date: Fri, 1 Oct 2021 22:44:41 -0400 Subject: [PATCH] New Package: btop-1.0.12 closes #33081 --- srcpkgs/btop/template | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 srcpkgs/btop/template diff --git a/srcpkgs/btop/template b/srcpkgs/btop/template new file mode 100644 index 000000000000..9799266ca26f --- /dev/null +++ b/srcpkgs/btop/template @@ -0,0 +1,15 @@ +# Template file for 'btop' +pkgname=btop +version=1.0.12 +revision=1 +build_style=gnu-makefile +short_desc="Monitor of resources" +maintainer="RunningDroid " +license="Apache-2.0" +homepage="https://github.com/aristocratos/btop" +distfiles="https://github.com/aristocratos/btop/archive/refs/tags/v${version}.tar.gz" +checksum=0a5f713a89c11f46b5ac0a5240c9263caa839f1e051c1f794fc84341bc824e44 +make_check=no # no tests + +_ADDFLAGS="${CFLAGS} ${LDFLAGS}" +make_build_args="ADDFLAGS=${_ADDFLAGS} ARCH=${XBPS_TARGET_MACHINE}"