Some checks failed
PostmarketOS build / build (push) Failing after 1m9s
Signed-off-by: Vasiliy Doylov <nekocwd@mainlining.org>
37 lines
608 B
Text
37 lines
608 B
Text
pkgname=pipetap
|
|
pkgver=0.1.0
|
|
pkgrel=0
|
|
pkgdesc="Gtk4 + Vala PipeWire camera control overlay."
|
|
url="https://git.nekocwd.duckdns.org/NekoCWD/pipetap"
|
|
arch="all"
|
|
license="GPL-3.0-only"
|
|
subpackages="$pkgname-lang"
|
|
makedepends="
|
|
cmake
|
|
desktop-file-utils
|
|
gettext-dev
|
|
libadwaita-dev
|
|
wireplumber-dev
|
|
meson
|
|
vala
|
|
gtk4-layer-shell-dev
|
|
blueprint-compiler-dev
|
|
"
|
|
source=""
|
|
builddir="$srcdir/pipetap-v$pkgver"
|
|
|
|
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=""
|