uptimes/PKGBUILD

21 lines
460 B
Text
Raw Normal View History

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