1 # Maintainer: Jens Staal <staal1978@gmail.com>
6 pkgdesc="The the Plan9 9P2000 file system protocol implemented for Python"
8 license=('custom:public domain') # This is the licencing of Tim Newsham's variant
9 # Please notify if other licencing (LPL?) applies for this variant
10 # Also see: http://repo.cat-v.org/py9p/
11 url="http://mirtchovski.com/p9/py9p/index.php"
13 makedepends=('mercurial')
20 # Update the repo, else clone a new one
26 hg clone https://bitbucket.org/f2f/py9p
29 yes | python2 setup.py build
34 yes | python2 setup.py install --root="${pkgdir}"