mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-11-22 05:46:19 +00:00
16 lines
362 B
Makefile
16 lines
362 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="toolchain"
|
|
PKG_LONGDESC="A simple tool and systemd service to wait until NTP time is synced"
|
|
|
|
|
|
post_install() {
|
|
enable_service wait-time-sync.service
|
|
}
|