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

14 lines
367 B
Bash

# Template file for 'ruby-thor'
pkgname=ruby-thor
version=0.20.3
revision=2
build_style=gem
short_desc="Toolkit for building powerful command-line interfaces"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="http://whatisthor.com/"
checksum=49bc217fe28f6af34c6e60b003e3405c27595a55689077d82e9e61d4d3b519fa
post_install() {
vlicense LICENSE.md
}