port to pika os 4
Some checks failed
PikaOS Package Build & Release (Canary) (amd64-v3) / build (push) Failing after 24s
Some checks failed
PikaOS Package Build & Release (Canary) (amd64-v3) / build (push) Failing after 24s
This commit is contained in:
parent
fcc4b8c7f9
commit
da9517e1ff
2
.github/release-canary-v3
vendored
2
.github/release-canary-v3
vendored
@ -1 +1 @@
|
||||
1
|
||||
2
|
||||
|
4
main.sh
4
main.sh
@ -2,14 +2,14 @@
|
||||
|
||||
set -e
|
||||
|
||||
VERSION="4.0"
|
||||
VERSION="2.7.0"
|
||||
|
||||
source ./pika-build-config.sh
|
||||
|
||||
echo "$PIKA_BUILD_ARCH" > pika-build-arch
|
||||
|
||||
# Clone Upstream
|
||||
git clone --recursive https://github.com/Audio4Linux/JDSP4Linux
|
||||
git clone --recursive https://github.com/Audio4Linux/JDSP4Linux -b "$VERSION"
|
||||
cd JDSP4Linux
|
||||
cp -rvf ../debian ./
|
||||
cp -rvf ../jamesdsp.desktop ./
|
||||
|
Loading…
Reference in New Issue
Block a user