contrib/python3-alabaster/Pkgfile

19 lines
531 B
Plaintext
Raw Normal View History

2020-04-28 03:14:19 +02:00
# Description: Visually (c)lean, responsive, configurable theme for Sphinx.
2021-10-31 09:38:54 +01:00
# URL: https://alabaster.readthedocs.io/
# Maintainer: Danny Rawlins, crux at romster dot me
# Depends on: python3-setuptools
2020-04-28 03:14:19 +02:00
name=python3-alabaster
version=0.7.12
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
}