summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 1a776b103845fd548cdd842ebb817a567bd98de0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Maintainer: Scott R. Santos <halocaridina at gmail.com>
# Contributor: Jonathan Steel <jsteel at archlinux.org>
# Contributor: Yamakaky <yamakaky@yamaworld.fr>
# Contributor: Thanasis Georgiou <sakisds@gmx.com>
# Contributor: PyroDevil <p dot devil at gmail dot com>

pkgname=ppub
pkgver=1.1
pkgrel=0
pkgdesc="Simple epub reader written using python, gtk3 and webkit"
arch=('i686' 'x86_64')
license=('GPL2')
url="https://github.com/halocaridina/pPub"
depends=('python2' 'gtk3' 'gobject-introspection' 'libwebkit3'
         'python2-gobject')
makedepends=('git' 'make')
source=("git+https://github.com/halocaridina/pPub.git#commit=3d1686070f34c125e266b22a346f320a47691103")
md5sums=('SKIP')

build() {
  cd pPub

  make ppub
}

package() {
  cd pPub

  make PREFIX="$pkgdir/usr" install
}