sat4j/sat4j-fetch.sh
DistroBaker e706e3b018 Merged update from upstream sources
This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/sat4j.git#8f6d4dd1098c485adc01585ef34e5d5f7a3f41f5
2021-01-08 14:38:15 +01:00

17 lines
312 B
Bash
Executable File

#!/bin/sh
name=sat4j
tag=org.ow2.sat4j.pom-2.3.5
version=2.3.5
tar_name=$name-$version
rm -fr $tar_name && mkdir $tar_name
pushd $tar_name
# Fetch plugins
svn co svn://svn.forge.objectweb.org/svnroot/sat4j/maven/tags/$tag .
find . -name *.jar -delete
popd
# create archive
tar -caf $tar_name.tar.xz $tar_name