mirror of
https://github.com/outbackdingo/ports.git
synced 2026-03-21 19:44:47 +00:00
15 lines
386 B
Plaintext
15 lines
386 B
Plaintext
# description : Self-contained ISO 3166-1 country definitions
|
|
# depends : python3
|
|
|
|
name=python3-iso3166
|
|
version=1.0
|
|
release=1
|
|
source=(https://files.pythonhosted.org/packages/source/${name:8:1}/${name#*-}/${name#*-}-$version.tar.gz)
|
|
md5sum=(8ac36e51e7798803066f8ead9c94deff)
|
|
|
|
build() {
|
|
cd ${name#*-}-$version
|
|
python3 setup.py build
|
|
python3 setup.py install --root=$PKG --optimize=1
|
|
}
|