Skip to content
This repository was archived by the owner on Apr 15, 2024. It is now read-only.

Conversation

khughitt
Copy link
Contributor

Similar to #58, but for the v2 branch.

@gaborcsardi
Copy link
Contributor

THanks! Will come back to this soon, once V2 is getting deployed.

"name": "RPM",
"distribution": "Arch",
"release": "2019.04.01",
"install-commands": "pacman -Syu && pacman -S --noconfirm ${sysreqs}"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How about the case for a package from AUR? For example bwidget, jags, udunits, saga-gis?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmm. Yea, that's a good point. There are a lot of useful packages in the AUR that would be worth including, but pacman -S obviously will not work with those. If something like a build-commands were added, I suppose one could use that to install something like yay to help with installing packages from the AUR, but I'm not sure if the added complexity is warranted / if that is in the desired scope of sysreqsdb.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants