mirror of
https://github.com/outbackdingo/ports.git
synced 2026-01-27 18:20:07 +00:00
14 lines
309 B
Plaintext
Executable File
14 lines
309 B
Plaintext
Executable File
# description : Python3 library to access freedesktop.org standards
|
|
# depends : python3
|
|
|
|
name=python3-xdg
|
|
version=0.25
|
|
release=2
|
|
source="$name-$version.tar.gz::https://people.freedesktop.org/~takluyver/pyxdg-$version.tar.gz"
|
|
|
|
build() {
|
|
cd pyxdg-$version
|
|
python3 setup.py install --optimize=1 --root=$PKG
|
|
}
|
|
|