mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07:00
16 lines
554 B
Makefile
16 lines
554 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
# Copyright (C) 2017-present Team LibreELEC (https://libreelec.tv)
|
|
|
|
PKG_NAME="blindscan-s2"
|
|
PKG_VERSION="192eaf0b3eccfb9721b3d49b9010b5c1447776e0"
|
|
PKG_SHA256="c9e5bd07672765b30dac758844e2eb87ab68d5dc6bc731e9df6394159acddcbb"
|
|
PKG_LICENSE="GPL"
|
|
PKG_SITE="https://bitbucket.org/majortom/blindscan-s2"
|
|
PKG_URL="https://github.com/PLi-metas/blindscan-s2/archive/$PKG_VERSION.tar.gz"
|
|
PKG_DEPENDS_TARGET="toolchain"
|
|
PKG_LONGDESC="blindscan-s2 is a program to blindscan digital satellite signals"
|
|
|
|
makeinstall_target() {
|
|
:
|
|
}
|