opt/python3-mako/Pkgfile

19 lines
452 B
Plaintext
Raw Normal View History

2024-01-23 19:47:08 +01:00
# Description: A template library written in Python
# URL: https://www.makotemplates.org/
2023-08-19 11:21:26 +02:00
# Maintainer: CRUX System Team, core-ports at crux dot nu
2019-03-16 13:42:34 +01:00
# Depends on: python3-markupsafe
name=python3-mako
2024-02-03 13:28:53 +01:00
version=1.3.2
2021-01-24 08:50:53 +01:00
release=1
2019-03-16 13:42:34 +01:00
source=(https://files.pythonhosted.org/packages/source/M/Mako/Mako-$version.tar.gz)
build() {
cd Mako-$version
/usr/bin/python3 setup.py build
/usr/bin/python3 setup.py install --prefix=/usr \
--root=$PKG --optimize=1
}