-
-
Notifications
You must be signed in to change notification settings - Fork 2
[Feature]: Packages not listed on Repology #18
Description
Is your feature related to a problem? Please describe.
Currently, Pacup supports packages that list a Repology filter in their Pacscript. However, some packages are not listed on Repology, especially third-party or proprietary software, e.g. Android Studio.
A clear and concise description of what you want to happen.
Ideally, it would be possible in the Pacscript to specify some arbitrary script to get the latest version number. There is prior art for providing this sort of feature, and I submit that it might be good to follow these examples in a similar implementation for Pacup:
Describe alternatives you've considered
If we don't want to go this route, then an alternative that would provide some of the same benefit with less complexity would be to allow running Pacup on Pacscripts that do not specify a Repology filter, by requiring the version number to be updated manually, but still taking care of the other steps automatically.
Additional context
No response