aboutsummaryrefslogtreecommitdiff
path: root/build/PKGBUILD
blob: b5c44694bf25c6dc650b1a78cf7c04e86860fdad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Maintainer: David Phillips (aka phillid) <dbphillipsnz at _remove this part if you want_ gmail dot com>

pkgname=paramano
pkgver=0.60
pkgrel=1
pkgdesc="Docking battery monitor and CPU governer controller (fork of trayfreq)"
arch=('i686' 'x86_64' 'armv6h')
url=(https://github.com/phillid/${pkgname})
license=('GPL')
depends=('gtk3' 'sudo')
makedepends=()
replaces="trayfreq-archlinux"
source=(http://phillid.tk/source/${pkgname}-${pkgver}-${pkgrel}.tar.gz)
sha1sums=('e5d91772a6848567fc9bf511168323331c8af2b1')
backup=('etc/paramano.conf')

build() {
	make --directory=${srcdir}/${pkgname}-stable
}

package() {
	make install DESTDIR=${pkgdir} --directory=${srcdir}/$pkgname-stable
}