-
Notifications
You must be signed in to change notification settings - Fork 13k
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
Expand the set of commands that a package script can implement #7401
Comments
ghost
assigned catamorphism
Jun 26, 2013
Is this actually fixed with pkg.rs? |
No, pkg.rs only lets you work on the "install" command. |
catamorphism
added a commit
to catamorphism/rust
that referenced
this issue
Sep 27, 2013
rustpkg has been removed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In a pull request I'm about to submit, I'm changing the interface with package scripts so that they only can implement custom logic for the "install" command. Package scripts should be able to reimplement any rustpkg command, so allow for that.
The text was updated successfully, but these errors were encountered: