void-packages/srcpkgs/hdparm/template
2020-11-25 18:48:37 +01:00

16 lines
554 B
Bash

# Template file for 'hdparm'
pkgname=hdparm
version=9.60
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=8397739c73e44d5ab96c4aef28fa9c0147276d53a1b5657ce04c4565cf6635cc
post_install() {
vlicense LICENSE.TXT
}