# Maintainer: Oleg Rakhmanov # # Reworked Alexander Manning's rc.d script for systemd # Reference: http://archplusplus.co.uk/post/31401843803/fake-hwclock-for-arch-linux-arm-on-raspberry-pi pkgname=fake-hwclock pkgver=0.2 pkgrel=1 pkgdesc="Saves time on shutdown and restores it on boot from a file" arch=('arm') license=('GPL') install=fake-hwclock.install source=('fake-hwclock.sh' 'fake-hwclock.service') md5sums=('09cea0ee86071fb86d3cdbc52feabe69' '8a328ff872a092dcdf86088ae2c20fd3') package() { mkdir -p "${pkgdir}/usr/lib/systemd/"{scripts,system} cp "${srcdir}/fake-hwclock.sh" "${pkgdir}/usr/lib/systemd/scripts/" cp "${srcdir}/fake-hwclock.service" "${pkgdir}/usr/lib/systemd/system/" }