Skip to content

Commit

Permalink
remove various shell scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Yann Collette committed Jan 5, 2024
1 parent 2de68c5 commit 9ba3f32
Show file tree
Hide file tree
Showing 13 changed files with 31 additions and 97 deletions.
13 changes: 0 additions & 13 deletions clearly-broken/boomer-source.sh

This file was deleted.

6 changes: 3 additions & 3 deletions clearly-broken/boomer.spec
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ Summary: A drum synth
License: GPL-2.0-only
URL: https://github.com/clearly-broken-software/boomer

# Usage: ./boomer-source.sh <TAG>
# ./boomer-source.sh 1916d46a2823d0f091edf545666058456c93b004
# Usage: ./clearly-broken-source.sh <PROJECT> <TAG>
# ./clearly-broken-source.sh boomer 1916d46a2823d0f091edf545666058456c93b004

Source0: boomer.tar.gz
Source1: boomer-source.sh
Source1: clearly-broken-source.sh

BuildRequires: gcc gcc-c++
BuildRequires: make
Expand Down
13 changes: 13 additions & 0 deletions clearly-broken/clearly-broken-source.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
#!/bin/bash

# Usage: ./clearly-broken-source.sh <PROJECT> <TAG>
# ./clearly-broken-source.sh boomer 1916d46a2823d0f091edf545666058456c93b004

git clone https://github.com/clearly-broken-software/$1
cd $1
git checkout $2
git submodule update --init --recursive --progress
find . -name .git -exec rm -rf {} \;
cd ..
tar cvfz $1.tar.gz $1/*
rm -rf $1
14 changes: 0 additions & 14 deletions clearly-broken/drops-source.sh

This file was deleted.

6 changes: 3 additions & 3 deletions clearly-broken/drops.spec
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ License: GPL3
Vendor: Audinux
Distribution: Audinux

# Usage: ./drops-source.sh <TAG>
# ./drops-source.sh v1.0-beta2
# Usage: ./clearly-broken-source.sh <PROJECT> <TAG>
# ./clearly-broken-source.sh drops v1.0-beta2

Source0: drops.tar.gz
Source1: drops-source.sh
Source1: clearly-broken-source.sh

BuildRequires: gcc gcc-c++
BuildRequires: jack-audio-connection-kit-devel
Expand Down
13 changes: 0 additions & 13 deletions clearly-broken/punch-source.sh

This file was deleted.

6 changes: 3 additions & 3 deletions clearly-broken/punch.spec
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ Summary: A punchy compressor plugin with character
License: GPL-2.0-only
URL: https://github.com/clearly-broken-software/Punch

# Usage: ./punch-source.sh <TAG>
# ./punch-source.sh 3969dc2fda5afe856a2a515de5c14b345f6891d1
# Usage: ./clearly-broken-source.sh <PROJECT> <TAG>
# ./clearly-broken-source.sh Punch 3969dc2fda5afe856a2a515de5c14b345f6891d1

Source0: Punch.tar.gz
Source1: punch-source.sh
Source1: clearly-broken-source.sh

BuildRequires: gcc gcc-c++
BuildRequires: make
Expand Down
13 changes: 0 additions & 13 deletions clearly-broken/soundboard-source.sh

This file was deleted.

6 changes: 3 additions & 3 deletions clearly-broken/soundboard.spec
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ Summary: Easy to use soundboard
License: GPL-2.0-only
URL: https://github.com/clearly-broken-software/SoundBoard

# Usage: ./soundboard-source.sh <TAG>
# ./soundboard-source.sh c2447333286dad81bdcd73a25e481c3bfdab58e3
# Usage: ./clearly-broken-source.sh <PROJECT> <TAG>
# ./clearly-broken-source.sh SoundBoard c2447333286dad81bdcd73a25e481c3bfdab58e3

Source0: SoundBoard.tar.gz
Source1: soundboard-source.sh
Source1: clearly-broken-source.sh

BuildRequires: gcc gcc-c++
BuildRequires: make
Expand Down
13 changes: 0 additions & 13 deletions clearly-broken/stretcher-source.sh

This file was deleted.

6 changes: 3 additions & 3 deletions clearly-broken/stretcher.spec
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ Summary: an audio time stretcher plugin using Rubberband
License: GPL-2.0-only
URL: https://github.com/clearly-broken-software/Stretcher

# Usage: ./stretcher-source.sh <TAG>
# ./stretcher-source.sh c7dc69b207e0fc44789450f1d2d121b9a887ddf1
# Usage: ./clearly-broken-source.sh <PROJECT> <TAG>
# ./clearly-broken-source.sh Stretcher c7dc69b207e0fc44789450f1d2d121b9a887ddf1

Source0: Stretcher.tar.gz
Source1: stretcher-source.sh
Source1: clearly-broken-source.sh

BuildRequires: gcc gcc-c++
BuildRequires: cmake
Expand Down
13 changes: 0 additions & 13 deletions clearly-broken/uprising-source.sh

This file was deleted.

6 changes: 3 additions & 3 deletions clearly-broken/uprising.spec
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ Summary: A transition Designer Synth
License: GPL-2.0-only
URL: https://github.com/clearly-broken-software/Uprising

# Usage: ./uprising-source.sh <TAG>
# ./uprising-source.sh 89f5b49d90cd47611da7e7dc2009061768716b4c
# Usage: ./clearly-broken-source.sh <PROJECT> <TAG>
# ./clearly-broken-source.sh Uprising 89f5b49d90cd47611da7e7dc2009061768716b4c

Source0: Uprising.tar.gz
Source1: uprising-source.sh
Source1: clearly-broken-source.sh

BuildRequires: gcc gcc-c++
BuildRequires: make
Expand Down

0 comments on commit 9ba3f32

Please sign in to comment.