brodycritchlow / winch

GNU General Public License v3.0
1 stars 1 forks source link

💡 [REQUEST] - Grab Source Code #1

Open brodycritchlow opened 11 months ago

brodycritchlow commented 11 months ago

Start Date

11/27/2023

Implementation PR

No response

Reference Issues

No response

Summary

We need to start the development of grabbing the source code of the specified package, this includes already indexed winch repos, or remote repos that are user hosted.

Basic Example

winch install https://github.com/example/repo/
---------------------------------------------------------------------
Installing 'example:repo'
repo: Installing Objects: 6, done.
repo: Running Installation Steps 
    - cargo install --release
      - <cargo install feedback>
    - cd ./target/release 
    - ...
repo: Adding Binary to $PATH
---------------------------------------------------------------------

Drawbacks

Not Applicable.

Unresolved questions

How are we going to handle installing a remote-repo? How are we going to index some repos with winch already?