Skip to content

GitHub Repo Install Support #14

@AdmGenSameer

Description

@AdmGenSameer

Description

Allow users to install packages directly from a GitHub repository by specifying the repo URL or name, e.g.,

archpkg install github:user/repo

The tool should automatically:

  • Clone the specified repository
  • Build the package (detecting build methods like Makefile, setup.py, PKGBUILD, etc.)
  • Install the resulting binary or package

Acceptance Criteria

  • Automatically detect the project type (Python, CMake, Node.js, etc.)
  • Internally handle the build and install steps for the user

This feature will let users install software from GitHub sources easily, improving flexibility and usability.

Metadata

Metadata

Assignees

Labels

GSSoC'25Level 2Requires moderate coding effort. Earn 7 points.Level 3Requires heavy coding earns you 10 points.enhancementNew feature or requesthacktoberfest

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions