void-packages/srcpkgs/hdparm/template
2021-05-12 15:37:37 -03:00

16 lines
554 B
Bash

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