Its not possible to build this package inside of a chroot. Please apply following patch:
diff --git a/PKGBUILD b/PKGBUILD
index d6846d1..3d63453 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ url='https://github.com/localsend/localsend'
arch=('x86_64')
license=('MIT')
depends=('xdg-user-dirs' 'libayatana-appindicator')
-makedepends=('clang')
+makedepends=('clang' 'unzip' 'cmake' 'ninja')
source=(
"$pkgname-$pkgver.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/refs/tags/v${pkgver}.tar.gz"
"flutter::git+https://github.com/flutter/flutter.git#tag=${_flutter_ver}")
Pinned Comments
patlefort commented on 2024-07-09 02:46 (UTC)
I've created a package
fvm-sourcebuild
for those who want to build the engine from sources. It will cache build artifacts in the same place asflutter-engine
(~/.cache/flutter-engine
).