16 lines
465 B
Bash
16 lines
465 B
Bash
# Template file for 'sdparm'
|
|
pkgname=sdparm
|
|
version=1.11
|
|
revision=1
|
|
build_style=gnu-configure
|
|
makedepends="sg3_utils-devel"
|
|
short_desc="Utility to access SCSI device parameters"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="BSD-3-Clause"
|
|
homepage="http://sg.danny.cz/sg/sdparm.html"
|
|
distfiles="http://sg.danny.cz/sg/p/${pkgname}-${version}.tgz"
|
|
checksum=432fdbfe90f0c51640291faf7602489b0ae56dfb96d0c02ed02308792adc7fb0
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|