mirror of
https://github.com/outbackdingo/ports.git
synced 2026-01-27 18:20:07 +00:00
18 lines
519 B
Plaintext
18 lines
519 B
Plaintext
# description : Visually (c)lean, responsive, configurable theme for Sphinx.
|
|
# homepage : https://alabaster.readthedocs.io/
|
|
# depends : python3-setuptools
|
|
|
|
name=python3-alabaster
|
|
version=0.7.13
|
|
release=1
|
|
source="$name-$version.tar.gz::https://github.com/bitprophet/${name#*-}/archive/$version/${name#*-}-$version.tar.gz"
|
|
|
|
build() {
|
|
cd ${name#*-}-$version
|
|
|
|
/usr/bin/python3 setup.py build
|
|
/usr/bin/python3 setup.py install --prefix=/usr --root=$PKG --optimize=1
|
|
|
|
find $PKG -perm -g+w | xargs chmod g-w
|
|
}
|