17 lines
726 B
Bash
17 lines
726 B
Bash
# Template file for 'dmidecode'
|
|
pkgname=dmidecode
|
|
version=3.5
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
make_build_args="sbindir=/usr/bin"
|
|
make_install_args="sbindir=/usr/bin"
|
|
short_desc="Desktop Management Interface table related utilities"
|
|
maintainer="Frank Steinborn <steinex@nognu.de>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="https://www.nongnu.org/dmidecode"
|
|
changelog="https://git.savannah.gnu.org/cgit/dmidecode.git/plain/NEWS"
|
|
# Should be using NONGNU_SITE instead, but that often redirects to outdated
|
|
# mirrors, causing fetching the distfile to fail.
|
|
distfiles="https://download-mirror.savannah.gnu.org/releases/dmidecode/dmidecode-${version}.tar.xz"
|
|
checksum=79d76735ee8e25196e2a722964cf9683f5a09581503537884b256b01389cc073
|