void-packages/srcpkgs/ruby-multi_xml/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

15 lines
412 B
Bash

# Template file for 'ruby-multi_xml'
pkgname=ruby-multi_xml
version=0.6.0
revision=2
archs=noarch
build_style=gem
short_desc="Swappable XML backends utilizing LibXML, Nokogiri, Ox, or REXML"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://github.com/sferik/multi_xml"
checksum=d24393cf958adb226db884b976b007914a89c53ad88718e25679d7008823ad52
post_install() {
vlicense LICENSE.md
}