opt/python3-mako/Pkgfile

19 lines
446 B
Plaintext
Raw Normal View History

2019-03-16 13:42:34 +01:00
# Description: A template library written in Python.
# URL: http://www.makotemplates.org/
# Maintainer: Danny Rawlins, crux at romster dot me
# Depends on: python3-markupsafe
name=python3-mako
2022-07-02 14:33:07 +02:00
version=1.2.1
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
}