mirror of
https://github.com/outbackdingo/ports.git
synced 2026-01-28 10:20:07 +00:00
19 lines
475 B
Plaintext
Executable File
19 lines
475 B
Plaintext
Executable File
# description : Python3 bindings to Cairo
|
|
# homepage : https://pycairo.readthedocs.io/en/latest/
|
|
# maintainer : Emmett1, emmett1.2miligrams at gmail.com
|
|
# depends : python3 cairo
|
|
|
|
name=python3-cairo
|
|
version=1.17.0
|
|
release=1
|
|
source=(https://github.com/pygobject/pycairo/releases/download/v$version/pycairo-$version.tar.gz)
|
|
|
|
build() {
|
|
cd pycairo-$version
|
|
|
|
python3 setup.py build
|
|
python3 setup.py install --root=$PKG --optimize=1
|
|
}
|
|
|
|
md5sum=(7524f53b4aa947fbdd78fe185ed9a62d)
|