Search Criteria
Package Details: r2modman 3.1.50-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/r2modman.git (read-only, click to copy) |
---|---|
Package Base: | r2modman |
Description: | A simple and easy to use mod manager for several games using Thunderstore. |
Upstream URL: | https://github.com/ebkr/r2modmanPlus |
Licenses: | MIT |
Submitter: | su226 |
Maintainer: | su226 |
Last Packager: | su226 |
Votes: | 1 |
Popularity: | 0.45 |
First Submitted: | 2024-04-22 13:40 (UTC) |
Last Updated: | 2024-10-08 08:35 (UTC) |
Dependencies (4)
- electron11 (electron11-binAUR)
- nvmAUR (nvm-gitAUR) (make)
- python2AUR (python2-binAUR) (make)
- yarn (yarn-pnpm-corepackAUR, yarn-berryAUR, corepackerAUR, nodejs-dummyAUR) (make)
Latest Comments
murlakatamenka commented on 2024-08-20 10:13 (UTC) (edited on 2024-08-20 10:42 (UTC) by murlakatamenka)
Whatever, I guess.
My point was that you can make a better package that way, because using system's Electron has its advantages (saved space, better Wayland support with recent Electron versions etc.)
Also I've just built the package with just
nvm
andyarn
, withelectron30
and withoutpython2
See for yourself.
su226 commented on 2024-08-07 04:36 (UTC) (edited on 2024-08-07 04:42 (UTC) by su226)
@murlakatamenka You need
python2
for building (the specific version of) node-sass, in case prebuilt binary is unavailable. Besides, I useelectron11
because upstream uses it, thus working on other Electron versions is not guaranteed. If you really want it, trycustomizepkg
.murlakatamenka commented on 2024-08-06 18:59 (UTC)
Hi, can you check if it works with system's
electron
package instead of ancientelectron11
?electron11
andpython2
is the tech from our previous lives