uptimes/PKGBUILD

21 lines
462 B
Bash
Raw Permalink Normal View History

2023-08-07 13:20:44 +00:00
# Maintainer: 1ridic <i@8f.al>
pkgname=uptimes
2023-08-07 16:35:38 +00:00
pkgver=0.1.11
2023-08-07 15:15:58 +00:00
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 16:35:38 +00:00
md5sums=('d2e8cfc73a64173a4d0749fc31193be6'
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
}