mid-kid
6 years ago
1 changed files with 4 additions and 4 deletions
@ -1,13 +1,13 @@ |
|||||
import 'vcs/git' |
|
||||
import 'compile/cmake' |
import 'compile/cmake' |
||||
|
|
||||
name=armips |
name=armips |
||||
|
version=0.10.0 |
||||
|
|
||||
vcs_git "https://github.com/Kingcom/$name" |
dlextract "https://github.com/Kingcom/$name/archive/v$version/$name-$version.tar.gz" \ |
||||
vcs_git -V 'https://github.com/Kingcom/tinyformat' "$name/ext/tinyformat" || true |
'9fae4ec74af09eab180a4cf7d8100c87' |
||||
_ |
_ |
||||
|
|
||||
cd "$name" |
cd "$name-$version" |
||||
compile_cmake -I |
compile_cmake -I |
||||
install -Dm755 -t "$dir_install/$dir_prefix/$dir_bin" "build/$name" |
install -Dm755 -t "$dir_install/$dir_prefix/$dir_bin" "build/$name" |
||||
|
|
Loading…
Reference in new issue