aports/testing/bootchart2/APKBUILD
Hose Amigo 7d873dc54e testing/bootchart2: new aport
https://github.com/xrmx/bootchart
Boot Process Performance Visualization
2025-01-03 10:12:16 +00:00

29 lines
933 B
Text

maintainer="Hose Amigo <sir@frojnd.com>"
pkgname=bootchart2
pkgver=0.14.9
pkgrel=0
pkgdesc="Boot Process Performance Visualization"
url="https://github.com/xrmx/bootchart"
license="GPL-3.0-or-later"
depends="python3 !bootchart py3-setuptools linux-headers py3-cairo"
makedepends="sed"
builddir="$srcdir/bootchart-$pkgver"
source="
bootchart-$pkgver.tar.gz::https://github.com/xrmx/bootchart/archive/$pkgver.tar.gz
Makefile.patch
"
options="!check" # No test suite
arch="all"
build() {
make PROGRAM_SUFFIX=2 EARLY_PREFIX=/usr all
}
package() {
make PROGRAM_SUFFIX=2 DESTDIR="$pkgdir" EARLY_PREFIX=/usr install
}
sha512sums="
7ee1220b0add027fc39f710cc01119d7aaa22fe11736497b089c26955216cef10552216ed29ca55bf08aa848f92bb11d74deeb3aa69769dfecf3a55aa988e58b bootchart-0.14.9.tar.gz
a891c8de223accb6a37b87c5f32dc2bef4896d3788d23a6b171823bfc545ae350704ac6219cd2efa1d9b4cd83adf9f2dfc4be6629ce86b71da3f92686597ab3f Makefile.patch
"