How to port nixwriter

Hi, what could be the best approach to port this small utility here (https://gitlab.com/9898287/nixwriter) to appimages?

It requires:

  • A D compiler and libphobos
  • Dlang package manager, dub
  • GTK+3 devel libraries
  • A failry recent version of GNU lsblk and dd
  • pkexec
  • libnotify (optional)

Hi, I’d say the approach shown in https://github.com/probonopd/linuxdeployqt#using-linuxdeployqt-with-travis-ci should work. Please let us know how it goes.