11 lines
404 B
Makefile
11 lines
404 B
Makefile
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
# Copyright (C) 2020-present Fewtarius
|
||
|
|
||
|
PKG_NAME="dmidecode"
|
||
|
PKG_VERSION="3.4"
|
||
|
PKG_LICENSE="GPL"
|
||
|
PKG_SITE="https://www.nongnu.org/dmidecode/"
|
||
|
PKG_URL="http://download.savannah.gnu.org/releases/dmidecode/${PKG_NAME}-${PKG_VERSION}.tar.xz"
|
||
|
PKG_DEPENDS_TARGET="toolchain"
|
||
|
PKG_LONGDESC="Reports information about your system's hardware as described in your system BIOS"
|