summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 9146ad26115e017892b87caa0d24f17c8c13562d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Maintainer: Michał Wojdyła < micwoj9292 at gmail dot com >
# Contributor: wallace < str(11) + my_id at gmail dot com>

pkgname='hawkeye-quicklook-git'
_gitname='hawkeye'
pkgver=20180921.cec717e
pkgrel=3
pkgdesc='A command line GTK Application that allow to quickly open PDFs, Markkown Files, Images and Websites in a "small" window'
arch=('any')
url='https://github.com/brpaz/hawkeye'
license=('MIT')
depends=('gtk3' 'evince' 'python-markdown' 'webkit2gtk')
makedepends=('git' 'python-setuptools')
source=('git+https://github.com/brpaz/hawkeye.git')
md5sums=('SKIP')


package() {
    cd "${srcdir}/${_gitname}"
    python3 setup.py -q install --root="$pkgdir" --optimize=1
}