Files
Arch-R/packages/sysutils/wait-time-sync/package.mk
Ian Leonard eda64b903d wait-time-sync: replace toolchain depend
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2024-07-03 00:06:04 -04:00

16 lines
371 B
Makefile

# SPDX-License-Identifier: GPL-2.0
# Copyright (C) 2020-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="wait-time-sync"
PKG_VERSION="1.0"
PKG_LICENSE="GPL"
PKG_SITE=""
PKG_URL=""
PKG_DEPENDS_TARGET="make:host gcc:host"
PKG_LONGDESC="A simple tool and systemd service to wait until NTP time is synced"
post_install() {
enable_service wait-time-sync.service
}