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

MAKEDEPS="python"


PKG_VER=1.0.2
SOURCE=https://files.pythonhosted.org/packages/source/r/redit/redit-$PKG_VER.tar.gz
MAKEDEPS="python"
DESC="Preview recently edited notes and launch editor"

build() {
    python setup.py build
}

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