mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-22 04:56:30 +02:00
Python Package example
This commit is contained in:
parent
3103721c8e
commit
d57b1f0fd4
2 changed files with 39 additions and 0 deletions
17
packages/python/3.9.1/Makefile
vendored
Normal file
17
packages/python/3.9.1/Makefile
vendored
Normal file
|
@ -0,0 +1,17 @@
|
|||
NAME=python
|
||||
VERSION=3.9.1
|
||||
AUTHOR=Thomas Hobson <thomas@hexf.me>
|
||||
DEPS=
|
||||
BINARY_FILES=
|
||||
|
||||
include ../../Makefile
|
||||
|
||||
bin:
|
||||
|
||||
Python-${VERSION}.tgz:
|
||||
curl "https://www.python.org/ftp/python/${VERSION}/Python-${VERSION}.tgz" -O $@
|
||||
|
||||
%: %.tgz
|
||||
tar xzvf $@
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue