Files
termux-packages/packages/jack/build.sh
termux-pacman-bot a6758b4b08 chore(main/jack): remove useless comment about pipewire-jack dependency
pipewire-jack package never existed. I have no idea why it was even
there in the first place

This comment broke my script to compute rebuild order for python
packages. The script can be found in
https://github.com/termux/termux-packages/pull/27739#issuecomment-3734464160

%ci:no-build
2026-01-11 12:48:13 +00:00

11 lines
387 B
Bash

TERMUX_PKG_HOMEPAGE=https://github.com/termux/termux-packages
TERMUX_PKG_DESCRIPTION="A metapackage that provides JACK Audio Connection Kit"
TERMUX_PKG_LICENSE="Public Domain"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=0.0.1
TERMUX_PKG_AUTO_UPDATE=false
TERMUX_PKG_DEPENDS="jack2"
TERMUX_PKG_PLATFORM_INDEPENDENT=true
TERMUX_PKG_SKIP_SRC_EXTRACT=true
TERMUX_PKG_METAPACKAGE=true