17 lines
465 B
Bash
17 lines
465 B
Bash
# Template file for 'sdparm'
|
|
pkgname=sdparm
|
|
version=1.12
|
|
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=e7f84247069da9a0c293963948d8aba8e5897a13e35e5476c8258acb7ca3a124
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|