summaryrefslogtreecommitdiff
path: root/pcr/pumpa/PKGBUILD
blob: 46b0d1b2a007e8cd5bd35c371521d0bb2cb219e6 (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
# Contributor: Eugenio M. Vigo <emvigo@gmail.com>
# Contributor: speps <speps dot aur dot archlinux dot org>
# Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe>

pkgname=pumpa
pkgver=0.9.3
pkgrel=1
pkgdesc="Simple pump.io client written in C++ and Qt"
arch=('i686' 'x86_64')
url="http://pumpa.branchable.com"
license=('GPL3')
depends=('qt5-base' 'aspell' 'hicolor-icon-theme' 'tidy')
makedepends=('git')
source=("$pkgname-$pkgver::git://pumpa.branchable.com/#tag=v$pkgver")
sha256sums=('SKIP')

build() {
  cd $pkgname-$pkgver

  qmake-qt5 PREFIX=/usr
  make
}

package() {
  cd $pkgname-$pkgver

  make INSTALL_ROOT="$pkgdir" install
}