Files
forge-packages/python3.pkg
2026-02-02 20:44:59 +01:00

9 lines
212 B
Plaintext

# Forge package for python3
VERSION=3.12.0
URL=https://www.python.org/ftp/python/3.12.0/Python-3.12.0.tgz
SOURCE_TYPE=tarball
BUILD=./configure --prefix=/usr && make
INSTALL=make install
DEPS=
SYSTEM_PROVIDED=no