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

Make petbuild build CRUX Pkgfiles.. maybe others #32

Open
sc0ttj opened this issue Nov 11, 2020 · 0 comments
Open

Make petbuild build CRUX Pkgfiles.. maybe others #32

sc0ttj opened this issue Nov 11, 2020 · 0 comments

Comments

@sc0ttj
Copy link

sc0ttj commented Nov 11, 2020

I meant to share this here earlier:

With these scripts, I successfully automated the compiling and packaging of various programs, using CRUX build scripts (the "Pkgfiles") or Arch Linux PKGBUILD scripts.

... Both distros have a bunch of build scripts we can pilfer.

So.. Can we please do something like this in petbuild:

case $filename in 

  *.petbuild)         // the usual ;;

  */arch/*PKGBUILD)   // run arch PKGBUILD compiler routine ;;

  */crux/*Pkgfile)   // run CRUX Pkgfile compiler routine ;;

  *.slackbuild)      // run SBoPkg or a slackbuild (or whatever) ;;

esac
@sc0ttj sc0ttj changed the title Make petbuild build CRUX Pkgfiles Make petbuild build CRUX Pkgfiles.. maybe others Nov 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant