mirror of
https://github.com/outbackdingo/ports.git
synced 2026-02-11 04:50:27 +00:00
17 lines
436 B
Plaintext
Executable File
17 lines
436 B
Plaintext
Executable File
# description : Python3 library to access freedesktop.org standards
|
|
# homepage : https://freedesktop.org/Software/pyxdg
|
|
# maintainer : Emmett1, emmett1.2miligrams at gmail.com
|
|
# depends : python3
|
|
|
|
name=python3-xdg
|
|
version=0.25
|
|
release=1
|
|
source=(https://people.freedesktop.org/~takluyver/pyxdg-$version.tar.gz)
|
|
|
|
build() {
|
|
cd pyxdg-$version
|
|
python3 setup.py install --optimize=1 --root=$PKG
|
|
}
|
|
|
|
md5sum=(bedcdb3a0ed85986d40044c87f23477c)
|