void-packages/srcpkgs/fake-hwclock/template
2020-10-24 20:10:44 +02:00

22 lines
700 B
Bash

# Template file for 'fake-hwclock'
pkgname=fake-hwclock
version=0.12
revision=1
wrksrc=git
short_desc="Save/restore system clock on machines without working RTC hardware"
maintainer="Ivan Gonzalez Polanco <ivan14polanco@gmail.com>"
license="GPL-2.0-only"
homepage="https://tracker.debian.org/pkg/fake-hwclock"
distfiles="${DEBIAN_SITE}/main/f/${pkgname}/${pkgname}_${version}.tar.xz"
checksum=02a825f7460ab06b370c203250606c67b0effffa1645a4a4f7ff3928eec4957e
conf_files="/etc/default/fake-hwclock"
do_install() {
vbin fake-hwclock
vinstall etc/default/fake-hwclock 644 etc/default
vinstall debian/fake-hwclock.cron.hourly 755 etc/cron.hourly fake-hwclock
vman fake-hwclock.8
vsv fake-hwclock
}