mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
New package: rw-1.0
This commit is contained in:
parent
e28bde403d
commit
277c432f87
1 changed files with 16 additions and 0 deletions
16
srcpkgs/rw/template
Normal file
16
srcpkgs/rw/template
Normal file
|
@ -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 <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
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue