OBS-URL: https://build.opensuse.org/request/show/526217 OBS-URL: https://build.opensuse.org/package/show/science/gap-grape?expand=0&rev=1
8 lines
153 B
Bash
8 lines
153 B
Bash
#!/bin/sh -ex
|
|
|
|
osc service lr download_files
|
|
rm -Rf grape
|
|
tar -xf grape4r7.tar.bz2
|
|
rm -Rf grape/nauty22 grape/bin
|
|
tar --use=xz -cf grape4r7.tar.xz grape
|