You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
347 B
14 lines
347 B
import 'compile/cmake'
|
|
|
|
name=armips
|
|
version=0.10.0
|
|
|
|
dlextract "https://github.com/Kingcom/$name/archive/v$version/$name-$version.tar.gz" \
|
|
'9fae4ec74af09eab180a4cf7d8100c87'
|
|
_
|
|
|
|
cd "$name-$version"
|
|
compile_cmake -I
|
|
install -Dm755 -t "$dir_install/$dir_prefix/$dir_bin" "build/$name"
|
|
|
|
# vim:set tabstop=4 shiftwidth=4 syntax=sh expandtab:
|
|
|