Go to file
Maschell 449ce78905 Update the default icon 2021-04-07 17:10:11 +02:00
.github/workflows Add a Dockerfile + Github workflow 2020-12-11 15:32:34 +01:00
data Update the default icon 2021-04-07 17:10:11 +02:00
src Use WUPS 0.4 2021-03-16 17:37:11 +01:00
.gitignore Use new makefile to adopt to latest WUPS version 2020-06-17 13:44:19 +02:00
Dockerfile Use WUPS 0.4 2021-03-16 17:37:11 +01:00
Makefile Use the librpxloader for loading the bundle and it's meta data 2021-01-24 15:49:26 +01:00
README.md Add a Dockerfile + Github workflow 2020-12-11 15:32:34 +01:00
filelist.sh WIP2 2019-11-24 14:14:45 +01:00

README.md

Building using the Dockerfile

It's possible to use a docker image for building. This way you don't need anything installed on your host system.

# Build docker image (only needed once)
docker build . -t homebrew_on_menu_plugin-builder

# make 
docker run -it --rm -v ${PWD}:/project homebrew_on_menu_plugin-builder make

# make clean
docker run -it --rm -v ${PWD}:/project homebrew_on_menu_plugin-builder make clean