@samuelbernardo Just install electron28-bin
first.
Search Criteria
Package Details: monokle-bin 2.4.8-2
Package Actions
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) |
Dependencies (3)
- electron28AUR (electron28-binAUR)
- nodejs (nodejs-gitAUR, python-nodejs-wheelAUR, nodejs-lts-hydrogenAUR, nodejs-lts-iron, nodejs-lts-jod)
- python (python37AUR, python311AUR, python310AUR)
Required by (0)
Sources (4)
Latest Comments
zxp19821005 commented on 2025-04-22 10:12 (UTC)
samuelbernardo commented on 2025-04-22 08:41 (UTC)
@zxp19821005 I had issues to install electron28
in a clean environment.
The proposed diff passes the tests and monokle is working for me without any noticed runtime issues.
Monokle latest release was almost a year ago and maybe they are missing support...
zxp19821005 commented on 2025-04-21 03:24 (UTC)
When you install the package, please install electron28-bin
first. The package electron28
was moved from extra
repo to AUR.
zxp19821005 commented on 2025-04-21 03:23 (UTC)
@samuelbernardo The upstream has used electron28
to build and package.
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=(
Pinned Comments
zxp19821005 commented on 2025-04-21 03:24 (UTC)
When you install the package, please install
electron28-bin
first. The packageelectron28
was moved fromextra
repo to AUR.