Closed aslakstubsgaard closed 4 years ago
Which makepkg
have used?
You need to use the one located in: /opt/makepkg/bin/makepkg
which makepkg
gives /usr/bin/makepkg
, but i don't have a /opt/makepkg
folder. this junest installation was also initially set up over a year ago.
installing a fresh junest on another system produces the /opt/makepkg
folder.
the procedure then boils down to:
git clone ...
cd ...
/opt/makepkg/bin/makepkg -si
great!
recommendations on how to build the /opt/makepkg
folder it on older installations?
I think this is not clear enough in the readme.
since yogurt has become depricated i'm installing openfoam from the aur with
this results in
while running
makepkg -si
in fakeroot enviroment yieldsmy way around that was subsequently running
pacman -U
from fakerootif there's a way around this i'd like to know. but think the readme needs more of a procedure, rather then the one line now given.
also, makepkg can't install repo dependencies without fakeroot. so the procedure if i'm not missing something is
junest
, rungit clone ...
andmakepkg -s
to find out what repo dependencies your missingjunest -f
, install missing repo dependencies withpacman -S ...
junest
and the package folder, runmakepkg -s
to build the tar filesjunest -f
, navigate back to the same folder, runpacman -U ...pkg.tar.xz