CI: rename misc -> package
Signed-off-by: Vasiliy Doylov <nekocwd@mainlining.org>
This commit is contained in:
parent
d1a4be0b56
commit
bdbbe38a3a
2 changed files with 1 additions and 1 deletions
36
package/alpine/APKBUILD
Normal file
36
package/alpine/APKBUILD
Normal file
|
@ -0,0 +1,36 @@
|
|||
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"
|
||||
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=""
|
Loading…
Add table
Add a link
Reference in a new issue