archrelease: copy trunk to community-any
[ArchLinux/community.git] / cbatticon / trunk / PKGBUILD
blobbf95e1474b687593e201a775fb5b128cedb740c9
1 # Maintainer: Alexander F. Rødseth <xyproto@archlinux.org>
2 # Contributor: Valère Monseur <valere.monseur@ymail.com>
4 pkgname=cbatticon
5 pkgver=1.6.13
6 pkgrel=1
7 pkgdesc='Lightweight battery icon for the system tray'
8 arch=(x86_64)
9 url='https://github.com/valr/cbatticon'
10 license=(GPL2)
11 makedepends=(git)
12 depends=(libnotify gtk3)
13 source=("git+$url#commit=2b87a0f033a6cd173fa59174b921cf5d231771b6") # tag: 1.6.12
14 b2sums=('SKIP')
16 build() {
17   make -C $pkgname WITH_NOTIFY=1 WITH_GTK3=1
20 package() {
21   make -C $pkgname PREFIX="$pkgdir/usr" install