milis/talimatname/genel/p/python3-parted/talimat

18 lines
370 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: Libparted'e Python bağları
# URL: https://fedorahosted.org/pyparted/
# Paketçi: milisarge
# Gerekler: parted python3
isim=python3-parted
surum=3.10.7
devir=1
_isim=pyparted
kaynak=(https://github.com/rhinstaller/${_name}/archive/v${surum}.tar.gz)
derle() {
cd ${_name}-$surum
python3 setup.py build
python3 setup.py install --optimize=1 --root=$PKG
}