py3-mprpc
This commit is contained in:
parent
af1a73b6a6
commit
17eb099d6a
1 changed files with 15 additions and 0 deletions
15
talimatname/genel/python3-mprpc/talimat
Normal file
15
talimatname/genel/python3-mprpc/talimat
Normal file
|
@ -0,0 +1,15 @@
|
|||
# Description: Hızlı MessagePack RPC kütüphanesi
|
||||
# URL: https://github.com/studio-ousia/mprpc
|
||||
# Packager: milisarge
|
||||
# Depends on: python3 python3-setuptools
|
||||
|
||||
name=python3-mprpc
|
||||
version=0.1.14
|
||||
release=1
|
||||
|
||||
source=(https://github.com/studio-ousia/mprpc/archive/v0.1.14.tar.gz::$name-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
python3 setup.py install --prefix=/usr --root=$PKG
|
||||
}
|
Loading…
Add table
Reference in a new issue