16 lines
477 B
Bash
16 lines
477 B
Bash
# Template file for 'ddpt'
|
|
pkgname=ddpt
|
|
version=0.96
|
|
revision=1
|
|
build_style=gnu-configure
|
|
makedepends="sg3_utils-devel"
|
|
short_desc="Variant of the standard Unix command dd which copies files"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="BSD-3-Clause"
|
|
homepage="http://sg.danny.cz/sg/ddpt.html"
|
|
distfiles="http://sg.danny.cz/sg/p/${pkgname}-${version}.tgz"
|
|
checksum=8f231342af7458fe592496d5e8ff4e9a22313b6e0bbc5be9c588ed392d75e1f4
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|