mirror of
https://github.com/YunoHost-Apps/kanboard_ynh.git
synced 2024-09-03 19:36:17 +02:00
3 lines
150 B
Makefile
3 lines
150 B
Makefile
all:
|
|
@ echo "Build archive for plugin ${plugin} version=${version}"
|
|
@ git archive HEAD --prefix=${plugin}/ --format=zip -o ${plugin}-${version}.zip
|