17 lines
477 B
Bash
17 lines
477 B
Bash
# Template file for 'ddpt'
|
|
pkgname=ddpt
|
|
version=0.97
|
|
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=e340a529aeef6a107b0c24c64873da590f5284557faffdf57a0f9dc48807233d
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|