Package Details: monokle-bin 2.4.8-2

Git Clone URL: https://aur.archlinux.org/monokle-bin.git (read-only, click to copy)
Package Base: monokle-bin
Description: Lets you create, analyze, and deploy YAML manifests with a visual UI, and provides policy validation and cluster management.
Upstream URL: https://monokle.io/
Keywords: desired-state-configuration desktop-tools developer-tools devops electron gitops helm ide k8s kubernetes kubernetes-cluster kubernetes-deployment kubernetes-ide kubernetes-manifests kubernetes-resource kustomize open-source react typescript yaml
Licenses: MIT
Conflicts: monokle
Provides: monokle
Submitter: zxp19821005
Maintainer: zxp19821005
Last Packager: zxp19821005
Votes: 0
Popularity: 0.000000
First Submitted: 2023-05-09 01:46 (UTC)
Last Updated: 2025-03-03 10:09 (UTC)

Latest Comments

samuelbernardo commented on 2025-04-20 09:11 (UTC) (edited on 2025-04-20 09:12 (UTC) by samuelbernardo)

Get it running with this git diff:

diff --git a/PKGBUILD b/PKGBUILD
index d450ff2..74cf864 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
 pkgname=monokle-bin
 _pkgname=Monokle
 pkgver=2.4.8
-_electronversion=28
-pkgrel=2
+_electronversion=34
+pkgrel=3
 pkgdesc="Lets you create, analyze, and deploy YAML manifests with a visual UI, and provides policy validation and cluster management."
 arch=(
     'aarch64'
@@ -19,6 +19,9 @@ depends=(
     'python>=3'
     'nodejs'
 )
+makedepends=(
+  "asar"
+)
 source_aarch64=("${pkgname%-appimage}-${pkgver}-aarch64.deb::${_ghurl}/releases/download/v${pkgver}/${_pkgname}-linux-${pkgver}-arm64.deb")
 source_x86_64=("${pkgname%-appimage}-${pkgver}-x86_64.deb::${_ghurl}/releases/download/v${pkgver}/${_pkgname}-linux-${pkgver}-amd64.deb")
 source=(