Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Buildorder for local PKGBUILD #93

Open
johnlane opened this issue Nov 21, 2021 · 1 comment
Open

Buildorder for local PKGBUILD #93

johnlane opened this issue Nov 21, 2021 · 1 comment

Comments

@johnlane
Copy link

Can auracle return the build order for dependencies of a PKGBUILD file, like a proper way to do this:

(. PKGBUILD && auracle buildorder "${depends[@]}" "${optdepends[@]%:*}" )
@falconindy
Copy link
Owner

I think most of the pieces exist for this to happen, but it isn't going to be auracle directly that does this. Maybe a separate binary distributed with auracle that has a .SRCINFO parser and can bootstrap this.

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

No branches or pull requests

2 participants