. ${BUILDFILE%/*}/common.sh
pkgver=20160712.1
package() {
cd "$pkgdir"
# Consider UTC to be the timezone, since we have admins all
# over the place.
install -d etc
ln -s ../usr/share/zoneinfo/UTC etc/localtime
# Use timesyncd NTP client daemon.
add-unit etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service
}