You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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$filenamein*.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
The text was updated successfully, but these errors were encountered:
sc0ttj
changed the title
Make petbuild build CRUX Pkgfiles
Make petbuild build CRUX Pkgfiles.. maybe others
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:
The text was updated successfully, but these errors were encountered: