15 lines
366 B
Bash
15 lines
366 B
Bash
# Template file for 'ruby-thor'
|
|
pkgname=ruby-thor
|
|
version=1.3.1
|
|
revision=1
|
|
build_style=gem
|
|
short_desc="Toolkit for building powerful command-line interfaces"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="http://whatisthor.com/"
|
|
checksum=fa7e3471d4f6a27138e3d9c9b0d4daac9c3d7383927667ae83e9ab42ae7401ef
|
|
|
|
post_install() {
|
|
vlicense LICENSE.md
|
|
}
|