# # Apps packages for Chakra, part of chakra-project.org # # Maintainer: Ernesto ManrĂ­quez pkgname=everpad pkgver=2.15.8 pkgrel=1 pkgdesc="An Evernote client" arch=('x86_64') url="http://github.com/nvbn/everpad" license=('MIT') depends=('pyside' 'python2-magic' 'python2-oauth2' 'python2-sqlalchemy' 'python2-beautifulsoup' 'qtwebkit' 'python2-html2text' 'shiboken' 'dbus-python' 'python-pysqlite' 'python2-keyring' 'python2-regex' 'py-oauth2') makedepends=('python2-distribute') install=everpad.install options=('!docs') #source=("https://github.com/nvbn/$pkgname/archive/$pkgver.zip") source=("https://launchpad.net/~nvbn-rm/+archive/ppa/+files/everpad_$pkgver.orig.tar.xz") # change to launchpad for temerorary no tag on github sha256sums=('e081fc86afd419c5836b03e0289aa54fe0216b71d037e504ae2eea13a299ae51') build() { cd "${srcdir}/${pkgname}" python2 setup.py build } package() { cd "${srcdir}/${pkgname}" python2 setup.py install --root=$pkgdir install -dm 755 ${pkgdir}/usr/share/licenses/${pkgname} install -Dm644 docs/license.txt $pkgdir/usr/share/licenses/$pkgname/ install -dm 755 $pkgdir/usr/lib/python2.7/site-packages/share/everpad/ install -Dm 644 everpad/pad/editor/editor.html $pkgdir/usr/lib/python2.7/site-packages/share/everpad/ }