You are not logged in.

#1 2024-04-05 12:27:30

gabriel135
Member
Registered: 2024-03-29
Posts: 2

Package manager for Github

Hello everyone,
I'd like to know if there is something like a package manager for repos cloned from github. Like, it takes care of the packages I have downloaded (and maybe even builds them?), updates them if there is a new version or something. I would really appreciate one, because I download a lot from github, and things tend to get messy over time, not knowing what and when I downloaded stuff, where did I store the build, residual files, problems after a system update etc. If there is such a thing somewhere out there, I would be glad to know about it.

Offline

#2 2024-04-05 12:31:29

WorMzy
Forum Moderator
From: Scotland
Registered: 2010-06-16
Posts: 11,894
Website

Re: Package manager for Github

Could you elaborate? A cloned repo is not a package. Do you mean you're manually running e.g. './configure; make; make install'? Don't do that, write a PKGBUILD and have that pull the sources and build a package for you.


Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD

Making lemonade from lemons since 2015.

Offline

#3 2024-04-05 12:47:09

gabriel135
Member
Registered: 2024-03-29
Posts: 2

Re: Package manager for Github

So the best would be to turn the cloned repo in a package? Can I then just add it to pacman, like some sort of local package?

Offline

#4 2024-04-05 12:53:52

loqs
Member
Registered: 2014-03-06
Posts: 17,416

Re: Package manager for Github

You use a PKGBUILD to build a package from the repo.  pacman only manages packages.

Offline

Board footer

Powered by FluxBB