# Contributor: Roberto Oliveira # Maintainer: Roberto Oliveira pkgname=tuptime pkgver=4.1.0 pkgrel=0 pkgdesc="Report the historical and statistical real time of the system" url="https://github.com/rfrail3/tuptime" arch="noarch" license="GPL-2.0-only" depends="python3" install="$pkgname.pre-install $pkgname-openrc.post-install" subpackages="$pkgname-doc $pkgname-openrc" options="!check" source="$pkgname-$pkgver.tar.gz::https://github.com/rfrail3/tuptime/archive/$pkgver.tar.gz $pkgname.cron" package() { install -Dm775 "src/$pkgname" "$pkgdir/usr/bin/$pkgname" install -Dm755 "$srcdir/$pkgname.cron" "$pkgdir"/etc/periodic/15min/$pkgname install -Dm644 "src/man/$pkgname.1" "$pkgdir/usr/share/man/man1/$pkgname.1" install -Dm755 "src/openrc/$pkgname" "$pkgdir/etc/init.d/$pkgname" } sha512sums="2811f2bf659bc1af3656230f87477a939ec22c3caa9283f7063e9e9c8ea2497f3c3581c3b7eb63cef15ce29d73f34d44c72fde4d2681f50021b4eb8986e0c812 tuptime-4.1.0.tar.gz d3a3f7820c2fbbc3a13412740934b5b62af462c35a9354a2f0d16b76500a406ea86dbec2cf368a24191df6c0221a8e6efff0dbf3e635af854cbe84eb6fe5630e tuptime.cron"