17 lines
715 B
YAML
17 lines
715 B
YAML
app: Shotcut
|
|
verbose: true
|
|
|
|
#ingredients:
|
|
# dist: focal
|
|
# sources:
|
|
# - deb http://us.archive.ubuntu.com/ubuntu/ focal main universe
|
|
# script:
|
|
# - echo "multiarch-support" >> excludedeblist
|
|
|
|
script:
|
|
- tar -xJ -C usr/bin --strip=1 -f ../../../../scripts/shotcut-linux-x86_64-*.txz
|
|
- cp -p ../../../../icons/shotcut-logo-64.png shotcut.png
|
|
- cp -p ../../../../packaging/linux/org.shotcut.Shotcut.desktop shotcut.desktop
|
|
- desktop-file-edit --set-key=Exec --set-value=shotcut shotcut.desktop
|
|
- desktop-file-edit --set-key=Icon --set-value=shotcut shotcut.desktop
|