Search Criteria
Package Details: r2modman 3.1.57-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.032589 |
First Submitted: | 2024-04-22 13:40 (UTC) |
Last Updated: | 2025-03-11 08:47 (UTC) |
Dependencies (2)
- electron24AUR (electron24-binAUR)
- yarn (yarn-pnpm-corepackAUR, corepackerAUR, yarn-berryAUR) (make)
Latest Comments
InsanelyDefault commented on 2025-01-30 07:09 (UTC) (edited on 2025-01-30 07:10 (UTC) by InsanelyDefault)
This makedepends on npm as of right now. If the PKGBUILD could be updated to reflect that, that'd be much appreciated.
lunafox commented on 2025-01-04 08:40 (UTC)
worth noting that this package is not official. the devs of r2modman provide a .pacman file as part of their release on github: https://github.com/ebkr/r2modmanPlus/releases/
su226 commented on 2024-11-09 12:23 (UTC)
@Shiftyeyesshady Install either electron24 or electron24-bin from AUR first.
Shiftyeyesshady commented on 2024-11-09 03:41 (UTC)
Currently fails to build due to a broken electron dependency.
==> Missing dependencies: -> electron24 ==> Checking buildtime dependencies... ==> ERROR: Could not resolve all dependencies.
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