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