diff --git a/srcpkgs/rw/template b/srcpkgs/rw/template new file mode 100644 index 00000000000..5e26ab4d03e --- /dev/null +++ b/srcpkgs/rw/template @@ -0,0 +1,16 @@ +# Template file for 'rw' +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 " +license="ISC" +homepage="https://sortix.org/rw/" +distfiles="https://sortix.org/rw/release/rw-portable-${version}.tar.gz" +checksum="50009730e36991dfe579716f91f4f616f5ba05ffb7bf69c03d41bf305ed93b6d" + +post_install() { + vlicense LICENSE +}