Add Audacity packaging

TODO: Once we are talking music stuff, we probably want JACK support.
This commit is contained in:
Peter Cai 2024-04-05 21:36:26 -04:00
parent 042347222f
commit 74b7b732c4
2 changed files with 13 additions and 0 deletions

View file

@ -0,0 +1,12 @@
FROM dobu/deps-base-archlinux:latest
ARG UPSTREAM_VERSION
RUN pacman -Syu --noconfirm \
&& pacman -S --noconfirm audacity
USER user
LABEL net.typeblog.dobu.desktop_file_path="/usr/share/applications/audacity.desktop"
ENTRYPOINT [ "/usr/bin/audacity" ]

1
apps/audacity/control Normal file
View file

@ -0,0 +1 @@
INVALIDATE_CACHE_UPSTREAM_ARCHLINUX="extra/x86_64/audacity"