summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: a4d87b274e31e8c8749361e099280dc0c0f9f02f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Maintainer : Ivan Podmazov <ivanpzv [eight] at gmail com>

pkgname=usage-logging
pkgdesc="Create daily log files with hour x minute rectangle diagram of device on/off status"

pkgver=1
pkgrel=1

arch=('any')
license=('Unlicense')
depends=(cron)

source=('another-minute.sh')
md5sums=('7a365ee024107614b65e2317c018977c')

install=usage-logging.install

package ()
{
    install -Dm 744 another-minute.sh "$pkgdir/usr/bin/usage-logging/another-minute.sh"
}