Search Criteria
Package Details: uivonim-git 0.29.0.r112.ge63bfe5-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/uivonim-git.git (read-only, click to copy) |
---|---|
Package Base: | uivonim-git |
Description: | Fork of the Veonim Neovim GUI.Use system-wide electron. |
Upstream URL: | https://github.com/smolck/uivonim |
Keywords: | gui neovim veonim |
Licenses: | AGPL-3.0-only |
Conflicts: | uivonim |
Provides: | uivonim |
Submitter: | SilverRainZ |
Maintainer: | zxp19821005 |
Last Packager: | zxp19821005 |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2020-11-19 02:50 (UTC) |
Last Updated: | 2024-10-18 10:28 (UTC) |
Dependencies (7)
- electron27 (electron27-binAUR)
- nodejs (nodejs-lts-fermiumAUR, nodejs-gitAUR, python-nodejs-wheelAUR, nodejs-lts-hydrogen, nodejs-lts-iron)
- gcc (gcc-gitAUR, gccrs-gitAUR, gcc11AUR, gcc-snapshotAUR) (make)
- gendesk (make)
- git (git-gitAUR, git-glAUR) (make)
- npm (corepackerAUR, python-nodejs-wheelAUR) (make)
- nvmAUR (nvm-gitAUR) (make)
Latest Comments
SilverRainZ commented on 2022-11-07 07:41 (UTC)
Uivonim is dead, so disown it.
ArchChem commented on 2022-01-27 15:49 (UTC)
Hey SilverRainZ, thanks for creating an AUR package for univonim! Unfortunately, the build fails:
I don't have any proxy, so the issue might be with the upstream url (maybe?).
Moonglade commented on 2021-04-03 16:54 (UTC)
You should probably change upstream URL to https://github.com/smolck/uivonim since Veonim and Uivonim are separate
SilverRainZ commented on 2021-02-19 05:12 (UTC)
@wbthomason Thank you, updated.
wbthomason commented on 2021-02-05 18:50 (UTC) (edited on 2021-02-05 18:50 (UTC) by wbthomason)
I think the PKGBUILD needs to be edited;
build()
should runnpm ci
andnpm run build
beforenpm run package
, per https://github.com/smolck/uivonim#build(at least, this was necessary to make the package work on my machine).