Skip to content
This repository has been archived by the owner on May 31, 2018. It is now read-only.

Pass flags to makepkg #610

Closed
mabbamOG opened this issue Dec 27, 2016 · 6 comments
Closed

Pass flags to makepkg #610

mabbamOG opened this issue Dec 27, 2016 · 6 comments

Comments

@mabbamOG
Copy link

Version

pacaur -v

pacaur 4.6.10
Description

On archlinux-arm, if a package is not in the repos, it needs to be recompiled.
It's only natural to compile from the AUR, but often arm is not a supported architecture, that's why we take our chances and use makepkg -A.
Pacaur is helpful in many ways, especially when pulling in many AUR dependencies, but i cannot find a way to force the -A flag for makepkg.

Output

pacaur -S <whatever>

architecture not supported something..
@rmarquis
Copy link
Owner

I'm not supporting any unofficial architecture. A patch/fork is in order.

@rmarquis rmarquis added this to the 4.7.x - new features milestone Dec 28, 2016
@mabbamOG
Copy link
Author

what? you already use makepkg, all i'd like is to be able to pass the official -A flag to the program you already support. there's not much to patch..

@rmarquis
Copy link
Owner

Out of scope of this project. Absolutely no support is provided, unless you are ready to pay for it.

@mabbamOG
Copy link
Author

This project is about the aur, and it uses makepkg like it should. This is a makepkg flag, there is no support to be needed, the flag speaks for itself.

I believe arm users could benefit from the "recursive install" capabilities of pacaur, but this isn't only about arm, it's basically about packages that are wrongly configured... the flag is there for a reason after all, it shouldn't be a tragedy for pacaur to expose it.

@ImNtReal
Copy link

ImNtReal commented May 8, 2017

Try makeopts="-A" pacaur -S

@mabbamOG
Copy link
Author

mabbamOG commented May 8, 2017

yep :)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants