Skip to content

Instantly share code, notes, and snippets.

@jbuchbinder
Created July 28, 2016 18:23
Show Gist options
  • Save jbuchbinder/1c0944144c507d0c242f990b809b2db5 to your computer and use it in GitHub Desktop.
Save jbuchbinder/1c0944144c507d0c242f990b809b2db5 to your computer and use it in GitHub Desktop.
Blackmagic Fusion 8.2+ Linux deb recipe
fpm -s dir \
-t deb \
-n blackmagic-fusion \
-v 8.2-b1 \
-d libedit2 \
/usr/lib/x86_64-linux-gnu/libedit.so.0=/usr/lib/x86_64-linux-gnu/libedit.so.0 \
/opt/Fusion=/opt/Fusion \
/usr/share/applications/Fusion.desktop=/usr/share/applications/Fusion.desktop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment