void-packages/srcpkgs/ruby-ronn/template
Lugubris d78cb0d201 Drop maintainership of orphaned packages
some packages were dropped but their maintainer= was not updated in template.
this will help new maintainers adopt these packages.

-> https://github.com/void-linux/void-packages/pull/13930#issuecomment-524610652
2019-08-25 21:16:43 +02:00

16 lines
430 B
Bash

# Template file for 'ruby-ronn'
pkgname=ruby-ronn
version=0.7.3
revision=2
archs=noarch
build_style=gem
depends="ruby-hpricot ruby-mustache ruby-rdiscount groff"
short_desc="Strick markdown-like format for manpages"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="http://rtomayko.github.com/ronn"
checksum=82df6fd4a3aa91734866710d2811a6387e50a7513fc528ce6c7d95ee7ad7f41e
post_install() {
vlicense COPYING
}