1
0
forked from ports/contrib
Tim Biermann a6582254eb
Revert "python3-alabaster: dropped unmaintained port"
This reverts commit 48ad1817e01431f054d888a16bcfb482c2120b22.
2024-02-25 20:20:22 +01:00

19 lines
510 B
Plaintext

# Description: Visually (c)lean, responsive, configurable theme for Sphinx.
# URL: https://alabaster.readthedocs.io/
# Maintainer: unmaintained
# Depends on: python3-setuptools
name=python3-alabaster
version=0.7.13
release=1
source=(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
}