aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
blob: d06b760fc1b42719c940bb2940a2b583b2fa77d4 (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: Stefan Göbel <aur —at— subtype —dot— de>

pkgname='systray-generic'
pkgver='2015101201'
pkgrel='1'
pkgdesc='Display system tray icons and run arbitrary programs when an icon is clicked.'
arch=('any')
url='https://gitlab.com/goeb/systray-generic/'
license=('GPL3')
depends=('python-pyqt5')
makedepends=('git' 'python-docutils')
source=("$pkgname::git+https://gitlab.com/goeb/$pkgname.git#tag=$pkgver")
sha256sums=('SKIP')

build() {
   cd "$pkgname"
   make
}

package() {
   cd "$pkgname"
   make install DESTDIR="$pkgdir/" PREFIX="/usr"
   rm -f "$pkgdir/usr/share/doc/$pkgname/COPYING"
}

#:indentSize=3:tabSize=3:noTabs=true:mode=shellscript:maxLineLen=87: