Files
Arch-R/packages/testing/package.mk
T

13 lines
407 B
Makefile
Raw Normal View History

2018-07-16 20:45:36 +02:00
# SPDX-License-Identifier: GPL-2.0-or-later
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
2019-02-28 22:52:48 +00:00
# Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv)
2011-01-09 18:46:17 +01:00
2014-01-21 17:55:01 +01:00
PKG_NAME="testing"
PKG_VERSION=""
PKG_LICENSE="various"
2019-02-28 22:52:48 +00:00
PKG_SITE="https://libreelec.tv"
2014-01-21 17:55:01 +01:00
PKG_URL=""
PKG_DEPENDS_TARGET="toolchain"
2014-01-21 17:55:01 +01:00
PKG_SECTION="virtual"
PKG_LONGDESC="testing: Metapackage for various packages to test while developing"