# Maintainer: 1ridic pkgname=uptimes pkgver=0.1.4 pkgrel=2 pkgdesc="status of total uptime" arch=('any') url="" license=('unknown') depends=('python') source=( local://uptimes local://uptimesd.service ) md5sums=('17dfb70e8c5d7c21d13fca3f16c07d02' '7a90889f87792317e70ebdce9dae7023') package() { install -Dm755 uptimes "$pkgdir/usr/bin/uptimes" install -Dm644 uptimesd.service "$pkgdir/usr/lib/systemd/system/uptimesd.service" }