mirror of
https://github.com/outbackdingo/ports.git
synced 2026-01-27 18:20:07 +00:00
14 lines
397 B
Plaintext
14 lines
397 B
Plaintext
# description : Character encoding for the web.
|
|
# homepage : https://github.com/gsnedders/python-webencodings
|
|
# depends : python3-setuptools
|
|
|
|
name=python3-webencodings
|
|
version=0.5.1
|
|
release=1
|
|
source="https://github.com/gsnedders/python-webencodings/archive/v$version/$name-$version.tar.gz"
|
|
|
|
build() {
|
|
cd python-webencodings-$version
|
|
/usr/bin/python3 setup.py install --root=$PKG
|
|
}
|