summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: cb22bf1b5c722253878b2d2db58b4b5d79155b17 (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
# Maintainer:  AliReza AmirSamimi <alireza.amirsamimi at gmail dot com>
# Co-Maintainer: M A <morealaz at gmail dot com>

pkgname='persepolis'
pkgver=3.2.0
pkgrel=4
pkgdesc="A graphical front-end for aria2 download manager with lots of features."
arch=('any')
url="https://persepolisdm.github.io/"
license=('GPL3')
depends=('aria2' 'libnotify' 'libpulse' 'python' 'python-psutil' 'python-pyqt5' 'python-requests' 'python-setproctitle' 'qt5-svg' 'sound-theme-freedesktop' 'youtube-dl' 'ffmpeg')
makedepends=('python-setuptools')
optdepends=('adwaita-qt: for using adwaita style in GTK based Desktops.')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/persepolisdm/persepolis/archive/${pkgver}.tar.gz")
sha256sums=('d27cf2a4e02b0fbe79b1903ca0ab32a6007493d51a8201443a8febb566750acd')

prepare() {
    cd "${pkgname}-${pkgver}"
    gzip -k -9 ./man/persepolis.1
}

package() {
    cd "${pkgname}-${pkgver}"
    python setup.py install --root="$pkgdir/" --prefix=/usr --optimize=1
}
# vim:set ts=4 sw=4 et: