New package: openbsd-rs-1.22
This commit is contained in:
parent
c851b3686e
commit
d33a04a3f3
|
@ -0,0 +1,18 @@
|
|||
# Template file for 'openbsd-rs'
|
||||
pkgname=openbsd-rs
|
||||
version=1.22
|
||||
revision=1
|
||||
wrksrc="rs-${version}"
|
||||
build_style=gnu-makefile
|
||||
short_desc="Reshape a data array text file"
|
||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||
license="BSD"
|
||||
homepage="http://github.com/chneukirchen/rs"
|
||||
distfiles="https://github.com/chneukirchen/rs/archive/v${version}.tar.gz"
|
||||
checksum=30727538ed5c5347fd2f23c483ecece0409befff72cd27f34591520bb636a99c
|
||||
|
||||
do_install() {
|
||||
vbin rs
|
||||
vman rs.1
|
||||
vlicense README LICENSE
|
||||
}
|
Loading…
Reference in New Issue