mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-12-25 03:12:08 +01:00
32 lines
720 B
Plaintext
32 lines
720 B
Plaintext
maintainer="Achill Gilgenast <achill@achill.org>"
|
|
pkgname=fbdebug
|
|
pkgver=1.0.1
|
|
pkgrel=0
|
|
pkgdesc="Framebuffer debugging tool"
|
|
url="https://gitlab.postmarketos.org/postmarketOS/fbdebug"
|
|
arch="all"
|
|
license="GPL-3.0-or-later"
|
|
makedepends="
|
|
linux-headers
|
|
meson
|
|
"
|
|
source="https://gitlab.postmarketos.org/postmarketOS/fbdebug/-/archive/$pkgver/fbdebug-$pkgver.tar.gz"
|
|
|
|
build() {
|
|
abuild-meson \
|
|
output .
|
|
meson compile -C output
|
|
}
|
|
|
|
check() {
|
|
meson test --print-errorlogs -C output
|
|
}
|
|
|
|
package() {
|
|
DESTDIR="$pkgdir" meson install --no-rebuild -C output
|
|
}
|
|
|
|
sha512sums="
|
|
d881bc815b6a0f00cc04026e7b9e997cc098c5ae6205bfeadda3f403be07975cbab4f0849b00ab1dd73b4fd57edb0fa00e0ede26b13dd16ecc5f344d7776129d fbdebug-1.0.1.tar.gz
|
|
"
|