Project idea: YoloMake™
Problem: Open Source Project lacks build instructions.
Solution: A giant AI powered Makefile containing commands to build software with various buildsystems.
autoreconf -i
./configure
cmake .
make
ninja
scons
bazel build //...
meson setup build
cargo build
gradle build
mvn package
ant compile
go build
pip install -r requirements.txt
python setup.py install
pyinstaller
npm install
yarn install
dotnet build
xcodebuild
./gradlew assembleDebug
nix build .
@fluepke
In other words: AUR, but even worse
@kelal AUR needs someone to package that software. The idea is to have a Makefile that is as generic and versatile as possible.
It should also contain makepkg as well as dpkg-buildpackage statements to ensure compatibility with these “buildsystems” as well.