mid-kid
6 years ago
1 changed files with 4 additions and 4 deletions
@ -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…
Reference in new issue