void-packages/srcpkgs/rw/template

17 lines
460 B
Bash
Raw Normal View History

2018-04-17 22:04:53 +02:00
# Template file for 'rw'.
2018-04-16 00:46:15 +02:00
pkgname=rw
version=1.0
revision=1
wrksrc="rw-portable-${version}"
build_style=gnu-makefile
short_desc="Block device and byte copying program similar to dd"
maintainer="Duncaen <duncaen@voidlinux.eu>"
license="ISC"
homepage="https://sortix.org/rw/"
distfiles="https://sortix.org/rw/release/rw-portable-${version}.tar.gz"
checksum="50009730e36991dfe579716f91f4f616f5ba05ffb7bf69c03d41bf305ed93b6d"
post_install() {
vlicense LICENSE
}