Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for multiple sources with the same target file name #31

Open
mixedCase opened this issue Jun 13, 2017 · 4 comments
Open

Support for multiple sources with the same target file name #31

mixedCase opened this issue Jun 13, 2017 · 4 comments

Comments

@mixedCase
Copy link

Currently there's no way to handle this situation.

Real example:

https://github.com/elm-lang/elm-compiler/archive/0.18.0.zip
https://github.com/elm-lang/elm-make/archive/0.18.0.zip
https://github.com/elm-lang/elm-package/archive/0.18.0.zip
https://github.com/elm-lang/elm-reactor/archive/0.18.0.zip
https://github.com/elm-lang/elm-repl/archive/0.18.0.zip

This is the tooling for the Elm language, it's released in multiple repos simultaneously on a new language version. All the zip files have this version as the file name.

As a reference, Arch's PKGBUILDs handle this with an optional prefix:
elm-compiler.0.18.0.zip::https://github.com/elm-lang/elm-compiler/archive/0.18.0.zip

@Justinzobel
Copy link

Currently a known issue with ypkg. The alternative option is to re-host them on the solus-project site. @ikeydoherty can you please re-host the zip files and provide the links to them for @mixedCase

@ikeydoherty
Copy link
Member

No - that's a workaround, and I specifically spoke with @mixedCase on IRC so we can actually fix this issue :)

@Justinzobel
Copy link

Ahh excellent! Minetest will be a good test-case as it's got a 0.4.16 out.

@tommyshem
Copy link

I would like to help on this feature as need it to build apple Swift with the same names on github.
I have seen Arch PKGBUILD way and it works well.

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

No branches or pull requests

4 participants