summaryrefslogtreecommitdiff
path: root/repo/python-sphinx-alabaster-theme/python-sphinx-alabaster-theme.xibuild
blob: aaeee3b5556e5f0bf8fe1e04640920c5cdceb3a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/bin/sh

MAKEDEPS="python "
DEPS=""

PKG_VER=0.7.12
SOURCE=https://pypi.org/packages/source/a/alabaster/alabaster-$PKG_VER.tar.gz
DESC="Sphinx default theme"

build() {
    python setup.py build
}

package () {
    python setup.py install --root="$PKG_DEST" --optimize=1
}