mastodon.nl is part of the decentralized social network powered by Mastodon.
Mastodon voor de Nederlandse community - door de Nederlandse community - in stand gehouden door Stichting Activityclub

Server stats:

5.1K
active users

Learn more

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 .

Ellen S.

@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.