You are not logged in.

#1 2024-12-22 06:02:01

micko01
void main()
From: Queensland, Australia
Registered: 2024-04-07
Posts: 492
Website

Boron 'extra' apt repository.

I have created a repo next to my 'carbon-wayland' repo just called 'boron'. It just contains 1 package for now, gtk3dialog - a dialog tool like yad but completely different in terms of the syntax used.

More packages, but not too many, will follow, to fill gaps with niche apps that debian misses.

To enable it read this page

Don't hesitate to ask anything, even package requests.

Enjoy!


#!/bin/sh
echo '#include <stdio.h>\nvoid main() { printf("Hi, bunsenlabs\\n"); return; }' > bunsen.c
gcc bunsen.c -o bunsen
./bunsen

Offline

Board footer

Powered by FluxBB