Browse Source

Use stable armips version

master
mid-kid 6 years ago
parent
commit
59d1db7754
  1. 8
      satellites/armips.sat

8
satellites/armips-git.sat → satellites/armips.sat

@ -1,13 +1,13 @@
import 'vcs/git'
import 'compile/cmake'
name=armips
version=0.10.0
vcs_git "https://github.com/Kingcom/$name"
vcs_git -V 'https://github.com/Kingcom/tinyformat' "$name/ext/tinyformat" || true
dlextract "https://github.com/Kingcom/$name/archive/v$version/$name-$version.tar.gz" \
'9fae4ec74af09eab180a4cf7d8100c87'
_
cd "$name"
cd "$name-$version"
compile_cmake -I
install -Dm755 -t "$dir_install/$dir_prefix/$dir_bin" "build/$name"
Loading…
Cancel
Save