summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: f0b62c7e6b6d6347619712e5282cd04dde85b1d2 (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
29
30
31
32
# Maintainer: Dennis Stengele <d.stengele (at) derintendant (dot) de>
pkgname=tuptime
pkgver=3.3.3
pkgrel=1
pkgdesc="Report the historical and statistical running time of system"
arch=('any')
url="https://github.com/rfrail3/tuptime"
license=('GPL')
groups=()
depends=(
          'python'
        )
makedepends=()
optdepends=('cron')
provides=()
conflicts=()
replaces=()
backup=()
options=()
install=
changelog=
source=("$pkgname-$pkgver.tar.gz::https://github.com/rfrail3/tuptime/archive/${pkgver}.tar.gz")
noextract=()
sha256sums=('be4dc5207859eeb0e6cfef206db5dd62b553e69ac0641c7203278cdd61c95bea')

package() {
    cd "$srcdir/$pkgname-${pkgver}"

    install -Dm755 "src/tuptime" "$pkgdir/usr/bin/tuptime"
    install -Dm644 "src/systemd/tuptime.service" "$pkgdir/usr/lib/systemd/system/tuptime.service"
    install -Dm644 "src/systemd/tuptime.timer" "$pkgdir/usr/lib/systemd/system/tuptime.timer"
}