mid-kid
7 years ago
4 changed files with 22 additions and 7 deletions
@ -0,0 +1,15 @@ |
|||
import 'compile/python' |
|||
|
|||
name=pycparser |
|||
version=2.18 |
|||
update_url="https://github.com/eliben/$name/releases" |
|||
update_names="/archive/release_v$version.tar.gz" |
|||
|
|||
dlextract "https://github.com/eliben/$name/archive/release_v$version/$name-$version.tar.gz" \ |
|||
'c609e8b0e3941d3f32d2fd13fba803e1' |
|||
_ |
|||
|
|||
cd "$name-release_v$version" |
|||
compile_python 3 |
|||
|
|||
# vim:set tabstop=4 shiftwidth=4 syntax=sh expandtab: |
Loading…
Reference in new issue