piston/packages/python/3.9.1/Makefile

18 lines
246 B
Makefile
Raw Normal View History

2021-02-19 04:09:56 +01:00
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 $@