summaryrefslogtreecommitdiff
path: root/manualPorts/python3-node-semver/Pkgfile
blob: c7f9144882baef997eff0977d7aa31de783215fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Description: python version of node-semver
# URL: https://github.com/podhmo/python-semver
# Maintainer: Erich Eckner, crux at eckner dot net
# Depends on: python3-setuptools

name=python3-node-semver
version=0.8.0
release=1
source=("https://github.com/podhmo/python-semver/archive/$version.tar.gz")

build() {
    cd python-semver-${version}
    python3 setup.py build
    python3 setup.py install --optimize=1 --root=${PKG}
}