2023-08-07 13:20:44 +00:00
|
|
|
# Maintainer: 1ridic <i@8f.al>
|
|
|
|
pkgname=uptimes
|
2023-08-07 15:15:58 +00:00
|
|
|
pkgver=0.1.7
|
|
|
|
pkgrel=1
|
2023-08-07 13:20:44 +00:00
|
|
|
pkgdesc="status of total uptime"
|
|
|
|
arch=('any')
|
|
|
|
url=""
|
|
|
|
license=('unknown')
|
|
|
|
depends=('python')
|
|
|
|
source=(
|
|
|
|
local://uptimes
|
|
|
|
local://uptimesd.service
|
|
|
|
)
|
2023-08-07 15:15:58 +00:00
|
|
|
md5sums=('a0d8fd353a37f14508367cb968601309'
|
2023-08-07 13:46:14 +00:00
|
|
|
'7a90889f87792317e70ebdce9dae7023')
|
2023-08-07 13:20:44 +00:00
|
|
|
|
|
|
|
package() {
|
|
|
|
install -Dm755 uptimes "$pkgdir/usr/bin/uptimes"
|
2023-08-07 13:27:22 +00:00
|
|
|
install -Dm644 uptimesd.service "$pkgdir/usr/lib/systemd/system/uptimesd.service"
|
2023-08-07 13:20:44 +00:00
|
|
|
}
|