Browse Source

Add firmtool

master
mid-kid 8 years ago
parent
commit
e6f794f04f
  1. 15
      satellites/firmtool.sat
  2. 15
      satellites/python3-asn1crypto.sat
  3. 14
      satellites/python3-cffi.sat
  4. 15
      satellites/python3-cryptography.sat
  5. 15
      satellites/python3-idna.sat

15
satellites/firmtool.sat

@ -0,0 +1,15 @@
import 'compile/python'
name=firmtool
version=1.0
update_url="https://github.com/TuxSH/firmtool/releases"
update_names="/archive/v$version.tar.gz"
dlextract "https://github.com/TuxSH/$name/archive/v$version/$name-$version.tar.gz" \
'4e7b752b2631b1247747dc3c0ba5d344'
header_end
cd "$name-$version"
compile_python 3
# vim:set tabstop=4 shiftwidth=4 syntax=sh expandtab:

15
satellites/python3-asn1crypto.sat

@ -0,0 +1,15 @@
import 'compile/python'
name=asn1crypto
version=0.22.0
update_url="https://github.com/wbond/$name/releases"
update_names="/archive/$version.tar.gz"
dlextract "https://github.com/wbond/$name/archive/$version/$name-$version.tar.gz" \
'583cd7106c5137a208bd14f876ed2001'
header_end
cd "$name-$version"
compile_python 3
# vim:set tabstop=4 shiftwidth=4 syntax=sh expandtab:

14
satellites/python3-cffi.sat

@ -0,0 +1,14 @@
import 'compile/python'
name=cffi
version=1.10.0
update_url="https://pypi.python.org/pypi/$name"
dlextract "https://pypi.python.org/packages/5b/b9/790f8eafcdab455bcd3bd908161f802c9ce5adbf702a83aa7712fcc345b7/$name-$version.tar.gz" \
'2b5fa41182ed0edaf929a789e602a070'
header_end
cd "$name-$version"
compile_python 3
# vim:set tabstop=4 shiftwidth=4 syntax=sh expandtab:

15
satellites/python3-cryptography.sat

@ -0,0 +1,15 @@
import 'compile/python'
name=cryptography
version=1.8.1
update_url="https://github.com/pyca/$name/releases"
update_names="/archive/$version.tar.gz"
dlextract "https://github.com/pyca/$name/archive/$version/$name-$version.tar.gz" \
'882fb9351808d6d961127561acc7c0e5'
header_end
cd "$name-$version"
compile_python 3
# vim:set tabstop=4 shiftwidth=4 syntax=sh expandtab:

15
satellites/python3-idna.sat

@ -0,0 +1,15 @@
import 'compile/python'
name=idna
version=2.5
update_url="https://github.com/kjd/$name/releases"
update_names="/archive/v$version.tar.gz"
dlextract "https://github.com/kjd/$name/archive/v$version/$name-$version.tar.gz" \
'f31cd2faf6954e13978f1d802a9dc9b6'
header_end
cd "$name-$version"
compile_python 3
# vim:set tabstop=4 shiftwidth=4 syntax=sh expandtab:
Loading…
Cancel
Save