add edge
Some checks failed
Release Alpine apk for ARM64v8 / compilation-arm64v8 (push) Failing after 57s
Some checks failed
Release Alpine apk for ARM64v8 / compilation-arm64v8 (push) Failing after 57s
This commit is contained in:
parent
ee5739cbbe
commit
b0b097f3cb
7 changed files with 130 additions and 12 deletions
27
not_ready/folio/APKBUILD
Normal file
27
not_ready/folio/APKBUILD
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
pkgname=folio
|
||||
pkgver=0.48.7
|
||||
pkgrel=1
|
||||
pkgdesc="Code Intelligence for Vala"
|
||||
url="https://github.com/vala-lang/vala-language-server"
|
||||
arch="all"
|
||||
license="LGPL-2.1-or-later"
|
||||
makedepends="meson vala json-glib-dev glib-dev libgee-dev jsonrpc-glib-dev scdoc"
|
||||
subpackages="$pkgname-dbg $pkgname-doc"
|
||||
source="https://github.com/vala-lang/vala-language-server/releases/download/$pkgver/vala-language-server-$pkgver.tar.xz"
|
||||
|
||||
build() {
|
||||
abuild-meson . output
|
||||
meson compile -C output
|
||||
}
|
||||
|
||||
check() {
|
||||
meson test --no-rebuild --print-errorlogs -C output
|
||||
}
|
||||
|
||||
package() {
|
||||
DESTDIR="$pkgdir" meson install --no-rebuild -C output
|
||||
}
|
||||
|
||||
sha512sums="
|
||||
c8249f23c8234aa69809421716abcfcf8d8454b0d92595342b461194186729794b6a3a0e88e4f60e3de2ab183234ffffec53ac2602f3d2b29ad29994c38c47b3 vala-language-server-0.48.7.tar.xz
|
||||
"
|
||||
Loading…
Add table
Add a link
Reference in a new issue