void-packages/srcpkgs/hdparm/template
teldra de6b1d91bb hdparm: update to 9.61.
Closes: #30541 [via git-merge-pr]
2021-04-27 09:22:53 -03:00

17 lines
554 B
Bash

# Template file for 'hdparm'
pkgname=hdparm
version=9.61
revision=1
build_style=gnu-makefile
make_install_args="exec_prefix=/usr sbindir=/usr/bin"
short_desc="Utility to access IDE device parameters"
maintainer="teldra <teldra@rotce.de>"
license="0BSD" # Upstream is very unclear and names their stuff 'bsd-style'
homepage="https://sourceforge.net/projects/hdparm/"
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=da1a1c3887f10b8397e8e02013caa61142e0e72cb0d73997421ca2f2f4df5343
post_install() {
vlicense LICENSE.TXT
}