try this:
name: wekan
...
adopt-info: mypart
...
summary: The open-source kanban
description: |
part:
mypart:
...
override-build: |
snapcraftctl set-version "$(git describe --dirty --tags | cut -c 2-)"
snapcraftctl build
stage-packages:
- ...
...