feat(project): configure
All checks were successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
pips 2025-09-23 20:09:12 +02:00
parent 2945b8c4c2
commit 2f69d35595
6 changed files with 56 additions and 24 deletions

View file

@ -1,6 +1,15 @@
# Template for external project package building
# Unofficial dpkg waybar build from main branch
- git submodule add <https://repo.example.com/external/repo.git> upstream
- Makefile: change package name & compile / dpkg target instructions
- Dockerfile.builder: required deb packages / base image
- deb-package/DEBIAN/control: Package name, depends, conflict & description
waybar is a highly customizable Wayland bar:
- <https://github.com/Alexays/Waybar>
All credit to Alexays and other contributors of this great project!
This repo provide semi-automatic build of main branch to ubuntu 24.04 (noble)
dpkg package:
<https://forge.e5150.fr/ext/waybar>
License file in this repo only apply to build & packaging step files, waybar is
licensed as MIT License, see upstream project for details.