mirror of
https://github.com/outbackdingo/ports.git
synced 2026-02-08 18:30:28 +00:00
14 lines
359 B
Plaintext
14 lines
359 B
Plaintext
# description : Linux OS platform information API
|
|
# depends : python3 python3-setuptools python3-sphinx
|
|
|
|
name=python3-distro
|
|
version=1.5.0
|
|
release=1
|
|
source="https://github.com/nir0s/distro/archive/v${version}/python-distro-${version}.tar.gz"
|
|
|
|
build() {
|
|
cd distro-$version
|
|
python3 setup.py build
|
|
python3 setup.py install -O1 --root="$PKG" --skip-build
|
|
}
|