Replies: 4 comments 1 reply
|
If you want, you can check |
0 replies
|
No, the idea was to be a feature that lets you choose between available versions, like:
Assuming Oh like, if the person did: |
1 reply
|
I realized that if an old version is useful (like Java and the like), we can just have a "$name-$version-deb" package. So my idea is not valid. Thank you for your attention. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
As far as I know, pacscripts only support one version, which is usually the latest release.
The idea would be (if the maintainer wishes), to build a list of versions in a pacscript.
We can have the following syntax:
pacstall -I package -v 1.0.0. It would install version 1.0.0 of the package, where:pacstall -I packagewould install version 5.4.0, which is the latest version of the package.Inside the pacscript, we can have the following syntax:
Would it be possible to do this?
All reactions